pub struct SshKeyDiff {}Expand description
Representation of the ssh_key-diff resource
Trait Implementations§
Source§impl Clone for SshKeyDiff
impl Clone for SshKeyDiff
Source§fn clone(&self) -> SshKeyDiff
fn clone(&self) -> SshKeyDiff
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SshKeyDiff
impl Debug for SshKeyDiff
Source§impl Default for SshKeyDiff
impl Default for SshKeyDiff
Source§impl<'de> Deserialize<'de> for SshKeyDiff
impl<'de> Deserialize<'de> for SshKeyDiff
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
Source§impl PartialEq for SshKeyDiff
impl PartialEq for SshKeyDiff
Source§impl Serialize for SshKeyDiff
impl Serialize for SshKeyDiff
impl StructuralPartialEq for SshKeyDiff
Auto Trait Implementations§
impl Freeze for SshKeyDiff
impl RefUnwindSafe for SshKeyDiff
impl Send for SshKeyDiff
impl Sync for SshKeyDiff
impl Unpin for SshKeyDiff
impl UnwindSafe for SshKeyDiff
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