pub struct SkipCbor<const N: usize> {}Expand description
Utility for skipping parts of the CBOR payload, use only for debugging
Trait Implementations§
Source§impl<const N: usize> Ord for SkipCbor<N>
impl<const N: usize> Ord for SkipCbor<N>
Source§impl<const N: usize> PartialOrd for SkipCbor<N>
impl<const N: usize> PartialOrd for SkipCbor<N>
impl<const N: usize> Eq for SkipCbor<N>
impl<const N: usize> StructuralPartialEq for SkipCbor<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for SkipCbor<N>
impl<const N: usize> RefUnwindSafe for SkipCbor<N>
impl<const N: usize> Send for SkipCbor<N>
impl<const N: usize> Sync for SkipCbor<N>
impl<const N: usize> Unpin for SkipCbor<N>
impl<const N: usize> UnwindSafe for SkipCbor<N>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more