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