Struct heed_types::Str
source · pub struct Str;Expand description
Describes an str.
Trait Implementations§
source§impl<'a> BytesDecode<'a> for Str
impl<'a> BytesDecode<'a> for Str
source§fn bytes_decode(bytes: &'a [u8]) -> Result<Self::DItem, BoxedError>
fn bytes_decode(bytes: &'a [u8]) -> Result<Self::DItem, BoxedError>
Decode the given bytes as DItem
source§impl BytesEncode<'_> for Str
impl BytesEncode<'_> for Str
Auto Trait Implementations§
impl RefUnwindSafe for Str
impl Send for Str
impl Sync for Str
impl Unpin for Str
impl UnwindSafe for Str
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