pub struct KeyedUnarchiver { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for KeyedUnarchiver
impl Drop for KeyedUnarchiver
impl Send for KeyedUnarchiver
impl Sync for KeyedUnarchiver
Auto Trait Implementations§
impl Freeze for KeyedUnarchiver
impl RefUnwindSafe for KeyedUnarchiver
impl Unpin for KeyedUnarchiver
impl UnsafeUnpin for KeyedUnarchiver
impl UnwindSafe for KeyedUnarchiver
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