pub struct MapEntryReader<T: for<'b> MapEntryDecode<'b>> { /* private fields */ }Implementations§
Source§impl<T: for<'b> MapEntryDecode<'b>> MapEntryReader<T>
impl<T: for<'b> MapEntryDecode<'b>> MapEntryReader<T>
Trait Implementations§
Source§impl<T: for<'b> MapEntryDecode<'b>> CborMapReader<T> for MapEntryReader<T>
impl<T: for<'b> MapEntryDecode<'b>> CborMapReader<T> for MapEntryReader<T>
Auto Trait Implementations§
impl<T> Freeze for MapEntryReader<T>
impl<T> RefUnwindSafe for MapEntryReader<T>where
T: RefUnwindSafe,
impl<T> Send for MapEntryReader<T>where
T: Send,
impl<T> Sync for MapEntryReader<T>where
T: Sync,
impl<T> Unpin for MapEntryReader<T>where
T: Unpin,
impl<T> UnwindSafe for MapEntryReader<T>where
T: UnwindSafe,
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