pub enum BytesType {
Vec,
Slice,
Cow,
}Expand description
Available options for bytes types
Variants§
Implementations§
Trait Implementations§
impl Copy for BytesType
impl StructuralPartialEq for BytesType
Auto Trait Implementations§
impl Freeze for BytesType
impl RefUnwindSafe for BytesType
impl Send for BytesType
impl Sync for BytesType
impl Unpin for BytesType
impl UnwindSafe for BytesType
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