pub struct string64(pub String);
Tuple Fields§
§0: String
Trait Implementations§
impl Eq for string64
impl StructuralPartialEq for string64
Auto Trait Implementations§
impl Freeze for string64
impl RefUnwindSafe for string64
impl Send for string64
impl Sync for string64
impl Unpin for string64
impl UnwindSafe for string64
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