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