Struct ssh_agent_lib::proto::signature::SkSignature
source · pub struct SkSignature {
pub algorithm: String,
pub blob: Vec<u8>,
pub flags: u8,
pub counter: u32,
}
Fields§
§algorithm: String
§blob: Vec<u8>
§flags: u8
§counter: u32
Trait Implementations§
source§impl Clone for SkSignature
impl Clone for SkSignature
source§fn clone(&self) -> SkSignature
fn clone(&self) -> SkSignature
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 SkSignature
impl Debug for SkSignature
source§impl<'de> Deserialize<'de> for SkSignature
impl<'de> Deserialize<'de> for SkSignature
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 SkSignature
impl PartialEq for SkSignature
source§fn eq(&self, other: &SkSignature) -> bool
fn eq(&self, other: &SkSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SkSignature
impl Serialize for SkSignature
impl StructuralPartialEq for SkSignature
Auto Trait Implementations§
impl RefUnwindSafe for SkSignature
impl Send for SkSignature
impl Sync for SkSignature
impl Unpin for SkSignature
impl UnwindSafe for SkSignature
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