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