struct Custom(ByteStr);
Tuple Fields§
§0: ByteStr
Trait Implementations§
source§impl PartialEq for Custom
impl PartialEq for Custom
impl Eq for Custom
impl StructuralPartialEq for Custom
Auto Trait Implementations§
impl !Freeze for Custom
impl RefUnwindSafe for Custom
impl Send for Custom
impl Sync for Custom
impl Unpin for Custom
impl UnwindSafe for Custom
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