pub struct ByteStr {
pub inner: Vec<u8>,
}
Fields§
§inner: Vec<u8>
Implementations§
Trait Implementations§
Source§impl EsynDefault for ByteStr
impl EsynDefault for ByteStr
fn esyn_default() -> Self
impl StructuralPartialEq for ByteStr
Auto Trait Implementations§
impl Freeze for ByteStr
impl RefUnwindSafe for ByteStr
impl Send for ByteStr
impl Sync for ByteStr
impl Unpin for ByteStr
impl UnwindSafe for ByteStr
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