pub struct StringViewArrayDecoder {
coerce_primitive: bool,
}
Fields§
§coerce_primitive: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringViewArrayDecoder
impl RefUnwindSafe for StringViewArrayDecoder
impl Send for StringViewArrayDecoder
impl Sync for StringViewArrayDecoder
impl Unpin for StringViewArrayDecoder
impl UnwindSafe for StringViewArrayDecoder
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