pub struct IdentitySshConfig {
pub labels: Option<Vec<String>>,
}Expand description
SSH key labels registered for this identity.
Fields§
§labels: Option<Vec<String>>Trait Implementations§
Source§impl Clone for IdentitySshConfig
impl Clone for IdentitySshConfig
Source§fn clone(&self) -> IdentitySshConfig
fn clone(&self) -> IdentitySshConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for IdentitySshConfig
impl Default for IdentitySshConfig
Source§fn default() -> IdentitySshConfig
fn default() -> IdentitySshConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentitySshConfig
impl<'de> Deserialize<'de> for IdentitySshConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IdentitySshConfig
impl RefUnwindSafe for IdentitySshConfig
impl Send for IdentitySshConfig
impl Sync for IdentitySshConfig
impl Unpin for IdentitySshConfig
impl UnsafeUnpin for IdentitySshConfig
impl UnwindSafe for IdentitySshConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more