pub enum AFW {
NOFAILURE,
FAILURE,
}
Expand description
Values that can be written to the field AF
Variants§
Auto Trait Implementations§
impl Freeze for AFW
impl RefUnwindSafe for AFW
impl Send for AFW
impl Sync for AFW
impl Unpin for AFW
impl UnwindSafe for AFW
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