pub struct AnagramOf { /* private fields */ }Expand description
AnagramOf is thirteen if it is an anagram of
“thirteen.”
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnagramOf
impl RefUnwindSafe for AnagramOf
impl Send for AnagramOf
impl Sync for AnagramOf
impl Unpin for AnagramOf
impl UnwindSafe for AnagramOf
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