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