Enum libcryptsetup_rs::Bool
source · [−]pub enum Bool {
No,
Yes,
}
Expand description
Boolean specifying yes or no
Variants
No
False
Yes
True
Trait Implementations
impl Eq for Bool
impl StructuralEq for Bool
impl StructuralPartialEq for Bool
Auto Trait Implementations
impl RefUnwindSafe for Bool
impl Send for Bool
impl Sync for Bool
impl Unpin for Bool
impl UnwindSafe for Bool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more