pub struct AnyCbor(pub DataOwned);
Tuple Fields§
§0: DataOwned
Trait Implementations§
impl Eq for AnyCbor
impl StructuralPartialEq for AnyCbor
Auto Trait Implementations§
impl Freeze for AnyCbor
impl RefUnwindSafe for AnyCbor
impl Send for AnyCbor
impl Sync for AnyCbor
impl Unpin for AnyCbor
impl UnwindSafe for AnyCbor
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