Struct openstack::common::PortRef
[−]
[src]
pub struct PortRef { /* fields omitted */ }An ID of a Port
Trait Implementations
impl Debug for PortRef[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for PortRef[src]
fn clone(&self) -> PortRef[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for PortRef[src]
fn eq(&self, __arg_0: &PortRef) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PortRef) -> bool[src]
This method tests for !=.
impl Eq for PortRef[src]
impl From<String> for PortRef[src]
impl<'s> From<&'s str> for PortRef[src]
impl From<PortRef> for String[src]
impl AsRef<str> for PortRef[src]
impl Display for PortRef[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Serialize for PortRef[src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl<'de> Deserialize<'de> for PortRef[src]
fn deserialize<D>(deserializer: D) -> Result<PortRef, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more