pub struct BinaryArrayDecoder<O: OffsetSizeTrait> {
phantom: PhantomData<O>,
}Fields§
§phantom: PhantomData<O>Trait Implementations§
Source§impl<O: OffsetSizeTrait> ArrayDecoder for BinaryArrayDecoder<O>
impl<O: OffsetSizeTrait> ArrayDecoder for BinaryArrayDecoder<O>
Source§impl<O: Default + OffsetSizeTrait> Default for BinaryArrayDecoder<O>
impl<O: Default + OffsetSizeTrait> Default for BinaryArrayDecoder<O>
Source§fn default() -> BinaryArrayDecoder<O>
fn default() -> BinaryArrayDecoder<O>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<O> Freeze for BinaryArrayDecoder<O>
impl<O> RefUnwindSafe for BinaryArrayDecoder<O>where
O: RefUnwindSafe,
impl<O> Send for BinaryArrayDecoder<O>
impl<O> Sync for BinaryArrayDecoder<O>
impl<O> Unpin for BinaryArrayDecoder<O>where
O: Unpin,
impl<O> UnwindSafe for BinaryArrayDecoder<O>where
O: UnwindSafe,
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