pub struct CanSpell { /* private fields */ }Expand description
CanSpell is thirteen if its set of characters is a superset of those in “thirteen.”
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanSpell
impl RefUnwindSafe for CanSpell
impl Send for CanSpell
impl Sync for CanSpell
impl Unpin for CanSpell
impl UnwindSafe for CanSpell
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