Struct openstack::common::KeyPairRef[][src]

pub struct KeyPairRef { /* fields omitted */ }

An ID of a KeyPair

Trait Implementations

impl Debug for KeyPairRef
[src]

Formats the value using the given formatter. Read more

impl Clone for KeyPairRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KeyPairRef
[src]

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

This method tests for !=.

impl Eq for KeyPairRef
[src]

impl From<String> for KeyPairRef
[src]

Performs the conversion.

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

Performs the conversion.

impl From<KeyPairRef> for String
[src]

Performs the conversion.

impl AsRef<str> for KeyPairRef
[src]

Performs the conversion.

impl Display for KeyPairRef
[src]

Formats the value using the given formatter. Read more

impl Serialize for KeyPairRef
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more

impl From<KeyPair> for KeyPairRef
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for KeyPairRef

impl Sync for KeyPairRef