pub struct If { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Executable for If
impl Executable for If
impl StructuralPartialEq for If
Auto Trait Implementations§
impl !Send for If
impl !Sync for If
impl Freeze for If
impl RefUnwindSafe for If
impl Unpin for If
impl UnsafeUnpin for If
impl UnwindSafe for If
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