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