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