Struct ssh_agent_lib::proto::message::ExtensionContents
source · pub struct ExtensionContents(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
source§impl Clone for ExtensionContents
impl Clone for ExtensionContents
source§fn clone(&self) -> ExtensionContents
fn clone(&self) -> ExtensionContents
Returns a copy 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 ExtensionContents
impl Debug for ExtensionContents
source§impl<'de> Deserialize<'de> for ExtensionContents
impl<'de> Deserialize<'de> for ExtensionContents
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 ExtensionContents
impl PartialEq for ExtensionContents
source§fn eq(&self, other: &ExtensionContents) -> bool
fn eq(&self, other: &ExtensionContents) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ExtensionContents
impl Serialize for ExtensionContents
impl StructuralPartialEq for ExtensionContents
Auto Trait Implementations§
impl RefUnwindSafe for ExtensionContents
impl Send for ExtensionContents
impl Sync for ExtensionContents
impl Unpin for ExtensionContents
impl UnwindSafe for ExtensionContents
Blanket Implementations§
source§impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
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