pub struct Predicate<const C: bool>;Trait Implementations§
impl Implemented for Predicate<true>
impl Unimplemented for Predicate<false>
Auto Trait Implementations§
impl<const C: bool> Freeze for Predicate<C>
impl<const C: bool> RefUnwindSafe for Predicate<C>
impl<const C: bool> Send for Predicate<C>
impl<const C: bool> Sync for Predicate<C>
impl<const C: bool> Unpin for Predicate<C>
impl<const C: bool> UnwindSafe for Predicate<C>
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