[][src]Trait openstack::Refresh

pub trait Refresh {
    fn refresh(&mut self) -> Result<()>;
}

Trait representing something that can be refreshed.

Required methods

fn refresh(&mut self) -> Result<()>

Refresh the resource representation.

Loading content...

Implementors

impl Refresh for Flavor[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the flavor.

impl Refresh for KeyPair[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the keypair.

impl Refresh for Server[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the server.

impl Refresh for Image[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the image.

impl Refresh for FloatingIp[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the floating_ip.

impl Refresh for Network[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the network.

impl Refresh for Port[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the port.

impl Refresh for Router[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the router.

impl Refresh for Subnet[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the subnet.

impl Refresh for Container[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the container.

impl Refresh for Object[src]

fn refresh(&mut self) -> Result<()>[src]

Refresh the object.

Loading content...