pub struct Unpack { /* private fields */ }
Expand description
Builder for the Unpack
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unpack
impl RefUnwindSafe for Unpack
impl Send for Unpack
impl Sync for Unpack
impl Unpin for Unpack
impl UnwindSafe for Unpack
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