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