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