pub struct NullArrayDecoder {}
Trait Implementations§
Source§impl ArrayDecoder for NullArrayDecoder
impl ArrayDecoder for NullArrayDecoder
Source§impl Default for NullArrayDecoder
impl Default for NullArrayDecoder
Source§fn default() -> NullArrayDecoder
fn default() -> NullArrayDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NullArrayDecoder
impl RefUnwindSafe for NullArrayDecoder
impl Send for NullArrayDecoder
impl Sync for NullArrayDecoder
impl Unpin for NullArrayDecoder
impl UnwindSafe for NullArrayDecoder
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