pub struct If<T, F> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<T: PartialEq, F: PartialEq> PartialEq for If<T, F>
impl<T: PartialEq, F: PartialEq> PartialEq for If<T, F>
impl<T: Eq, F: Eq> Eq for If<T, F>
impl<T, F> StructuralEq for If<T, F>
impl<T, F> StructuralPartialEq for If<T, F>
Auto Trait Implementations§
impl<T, F> RefUnwindSafe for If<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for If<T, F>
impl<T, F> Sync for If<T, F>
impl<T, F> Unpin for If<T, F>
impl<T, F> UnwindSafe for If<T, F>where
F: UnwindSafe,
T: 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