pub struct ParamSet<P: Copy + Serialize> { /* private fields */ }Auto Trait Implementations§
impl<P> Freeze for ParamSet<P>
impl<P> RefUnwindSafe for ParamSet<P>where
P: RefUnwindSafe,
impl<P> !Send for ParamSet<P>
impl<P> !Sync for ParamSet<P>
impl<P> Unpin for ParamSet<P>where
P: Unpin,
impl<P> UnwindSafe for ParamSet<P>where
P: RefUnwindSafe + UnwindSafe,
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