pub enum Valid {
Notvalid = 0,
Valid = 1,
}Expand description
Captured Value Valid Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Valid
impl Eq for Valid
impl StructuralPartialEq for Valid
Auto Trait Implementations§
impl Freeze for Valid
impl RefUnwindSafe for Valid
impl Send for Valid
impl Sync for Valid
impl Unpin for Valid
impl UnwindSafe for Valid
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