pub struct ParamsMut<'p>(/* private fields */);
Expand description
Mutable access to a Params value.
Implementations§
Auto Trait Implementations§
impl<'p> Freeze for ParamsMut<'p>
impl<'p> RefUnwindSafe for ParamsMut<'p>
impl<'p> Send for ParamsMut<'p>
impl<'p> Sync for ParamsMut<'p>
impl<'p> Unpin for ParamsMut<'p>
impl<'p> !UnwindSafe for ParamsMut<'p>
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