pub struct COSESign { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Deserialize for COSESign
impl Deserialize for COSESign
fn deserialize<R: BufRead + Seek>( raw: &mut Deserializer<R>, ) -> Result<Self, DeserializeError>
Source§impl FromBytes for COSESign
impl FromBytes for COSESign
fn from_bytes(bytes: Vec<u8>) -> Result<COSESign, DeserializeError>
Auto Trait Implementations§
impl Freeze for COSESign
impl RefUnwindSafe for COSESign
impl Send for COSESign
impl Sync for COSESign
impl Unpin for COSESign
impl UnwindSafe for COSESign
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