pub struct StringArrayDecoder<O: OffsetSizeTrait> {
coerce_primitive: bool,
phantom: PhantomData<O>,
}
Fields§
§coerce_primitive: bool
§phantom: PhantomData<O>
Implementations§
Trait Implementations§
Source§impl<O: OffsetSizeTrait> ArrayDecoder for StringArrayDecoder<O>
impl<O: OffsetSizeTrait> ArrayDecoder for StringArrayDecoder<O>
Auto Trait Implementations§
impl<O> Freeze for StringArrayDecoder<O>
impl<O> RefUnwindSafe for StringArrayDecoder<O>where
O: RefUnwindSafe,
impl<O> Send for StringArrayDecoder<O>
impl<O> Sync for StringArrayDecoder<O>
impl<O> Unpin for StringArrayDecoder<O>where
O: Unpin,
impl<O> UnwindSafe for StringArrayDecoder<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