pub struct NotSpec<S> { /* private fields */ }Trait Implementations§
Source§impl<T, S: Specification<T>> Specification<T> for NotSpec<S>
impl<T, S: Specification<T>> Specification<T> for NotSpec<S>
Auto Trait Implementations§
impl<S> Freeze for NotSpec<S>where
S: Freeze,
impl<S> RefUnwindSafe for NotSpec<S>where
S: RefUnwindSafe,
impl<S> Send for NotSpec<S>where
S: Send,
impl<S> Sync for NotSpec<S>where
S: Sync,
impl<S> Unpin for NotSpec<S>where
S: Unpin,
impl<S> UnsafeUnpin for NotSpec<S>where
S: UnsafeUnpin,
impl<S> UnwindSafe for NotSpec<S>where
S: 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