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