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