pub struct Hat { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for Hat
impl StructuralPartialEq for Hat
Auto Trait Implementations§
impl Freeze for Hat
impl !RefUnwindSafe for Hat
impl !Send for Hat
impl !Sync for Hat
impl Unpin for Hat
impl !UnwindSafe for Hat
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