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> Freeze for Slice<'de>
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§
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