pub enum BitType {
One,
Zero,
}Variants§
Trait Implementations§
impl Copy for BitType
impl Eq for BitType
impl StructuralPartialEq for BitType
Auto Trait Implementations§
impl Freeze for BitType
impl RefUnwindSafe for BitType
impl Send for BitType
impl Sync for BitType
impl Unpin for BitType
impl UnsafeUnpin for BitType
impl UnwindSafe for BitType
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