pub struct CoseBytes(/* private fields */);Expand description
Complete tagged COSE bytes: the output of every build entry point.
Implementations§
Trait Implementations§
impl Eq for CoseBytes
impl StructuralPartialEq for CoseBytes
Auto Trait Implementations§
impl Freeze for CoseBytes
impl RefUnwindSafe for CoseBytes
impl Send for CoseBytes
impl Sync for CoseBytes
impl Unpin for CoseBytes
impl UnsafeUnpin for CoseBytes
impl UnwindSafe for CoseBytes
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