Struct postcard::de_flavors::Slice
source · [−]pub struct Slice<'de> { /* private fields */ }Expand description
A simple Flavor representing the deserialization from a borrowed slice
Implementations
Trait Implementations
Auto Trait Implementations
impl<'de> RefUnwindSafe for Slice<'de>
impl<'de> !Send for Slice<'de>
impl<'de> !Sync for Slice<'de>
impl<'de> Unpin for Slice<'de>
impl<'de> UnwindSafe for Slice<'de>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more