pub enum AllowZero {
No,
Yes,
}
Variants§
Trait Implementations§
source§impl PartialEq for AllowZero
impl PartialEq for AllowZero
impl Copy for AllowZero
impl StructuralPartialEq for AllowZero
Auto Trait Implementations§
impl Freeze for AllowZero
impl RefUnwindSafe for AllowZero
impl Send for AllowZero
impl Sync for AllowZero
impl Unpin for AllowZero
impl UnwindSafe for AllowZero
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