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