pub enum Check<const E: bool> {}Expand description
Trait Implementations§
impl<const E: bool> Conclusion<E> for Check<E>
Auto Trait Implementations§
impl<const E: bool> Freeze for Check<E>
impl<const E: bool> RefUnwindSafe for Check<E>
impl<const E: bool> Send for Check<E>
impl<const E: bool> Sync for Check<E>
impl<const E: bool> Unpin for Check<E>
impl<const E: bool> UnwindSafe for Check<E>
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