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