pub struct IfElse;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IfElse
impl Send for IfElse
impl Sync for IfElse
impl Unpin for IfElse
impl UnwindSafe for IfElse
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