Struct StringViewType
pub struct StringViewType {}
Expand description
ByteViewType
for string arrays
Trait Implementations§
§impl ByteViewType for StringViewType
impl ByteViewType for StringViewType
§impl PartialEq for StringViewType
impl PartialEq 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