Struct openstack::common::PortRef [] [src]

pub struct PortRef { /* fields omitted */ }

An ID of a Port

Trait Implementations

impl Debug for PortRef
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PortRef
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for PortRef
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for PortRef
[src]

impl From<String> for PortRef
[src]

[src]

Performs the conversion.

impl<'s> From<&'s str> for PortRef
[src]

[src]

Performs the conversion.

impl From<PortRef> for String
[src]

[src]

Performs the conversion.

impl AsRef<str> for PortRef
[src]

[src]

Performs the conversion.

impl Display for PortRef
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for PortRef
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for PortRef
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for PortRef

impl Sync for PortRef