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