pub struct StringViewType {}
Expand description
ByteViewType
for string arrays
Trait Implementations§
Source§impl ByteViewType for StringViewType
impl ByteViewType for StringViewType
Source§const PREFIX: &'static str = "String"
const PREFIX: &'static str = "String"
“Binary” or “String”, for use in displayed or error messages
Source§type Native = str
type Native = str
Type for representing its equivalent rust type i.e
Utf8Array will have native type has &str
BinaryArray will have type as u8
Source§impl PartialEq for StringViewType
impl PartialEq for StringViewType
impl Sealed for StringViewType
impl StructuralPartialEq for StringViewType
Auto Trait Implementations§
impl Freeze for StringViewType
impl RefUnwindSafe for StringViewType
impl Send for StringViewType
impl Sync for StringViewType
impl Unpin for StringViewType
impl UnwindSafe for StringViewType
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