pub struct SupSpec<CS>(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<CS> Freeze for SupSpec<CS>where
CS: Freeze,
impl<CS> RefUnwindSafe for SupSpec<CS>where
CS: RefUnwindSafe,
impl<CS> Send for SupSpec<CS>where
CS: Send,
impl<CS> Sync for SupSpec<CS>where
CS: Sync,
impl<CS> Unpin for SupSpec<CS>where
CS: Unpin,
impl<CS> UnwindSafe for SupSpec<CS>where
CS: 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