pub enum Fall {
Through,
}
Variants§
Through
Auto Trait Implementations§
impl Freeze for Fall
impl RefUnwindSafe for Fall
impl Send for Fall
impl Sync for Fall
impl Unpin for Fall
impl UnwindSafe for Fall
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