pub struct ParamList(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ParamList
impl !UnwindSafe for ParamList
impl Freeze for ParamList
impl Send for ParamList
impl Sync for ParamList
impl Unpin for ParamList
impl UnsafeUnpin for ParamList
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