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