pub struct COSESignature { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for COSESignature
impl Clone for COSESignature
Source§fn clone(&self) -> COSESignature
fn clone(&self) -> COSESignature
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 COSESignature
impl Debug for COSESignature
Source§impl Deserialize for COSESignature
impl Deserialize for COSESignature
fn deserialize<R: BufRead + Seek>( raw: &mut Deserializer<R>, ) -> Result<Self, DeserializeError>
Source§impl FromBytes for COSESignature
impl FromBytes for COSESignature
fn from_bytes(bytes: Vec<u8>) -> Result<COSESignature, DeserializeError>
Source§impl Serialize for COSESignature
impl Serialize for COSESignature
fn serialize<'se, W: Write>( &self, serializer: &'se mut Serializer<W>, ) -> Result<&'se mut Serializer<W>>
Auto Trait Implementations§
impl Freeze for COSESignature
impl RefUnwindSafe for COSESignature
impl Send for COSESignature
impl Sync for COSESignature
impl Unpin for COSESignature
impl UnwindSafe for COSESignature
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