pub struct WordType;Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordType
impl RefUnwindSafe for WordType
impl Send for WordType
impl Sync for WordType
impl Unpin for WordType
impl UnwindSafe for WordType
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