pub struct WordSet(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for WordSet
impl RefUnwindSafe for WordSet
impl Send for WordSet
impl Sync for WordSet
impl Unpin for WordSet
impl UnsafeUnpin for WordSet
impl UnwindSafe for WordSet
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