pub struct WORD_CHAR_COUNT { /* private fields */ }Trait Implementations§
Source§impl Deref for WORD_CHAR_COUNT
impl Deref for WORD_CHAR_COUNT
impl LazyStatic for WORD_CHAR_COUNT
Auto Trait Implementations§
impl Freeze for WORD_CHAR_COUNT
impl RefUnwindSafe for WORD_CHAR_COUNT
impl Send for WORD_CHAR_COUNT
impl Sync for WORD_CHAR_COUNT
impl Unpin for WORD_CHAR_COUNT
impl UnwindSafe for WORD_CHAR_COUNT
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