#[repr(u32)]pub enum QuantumAlphaType {
Undefined = 0,
Associated = 1,
Disassociated = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for QuantumAlphaType
impl Clone for QuantumAlphaType
Source§fn clone(&self) -> QuantumAlphaType
fn clone(&self) -> QuantumAlphaType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QuantumAlphaType
impl Debug for QuantumAlphaType
Source§impl Hash for QuantumAlphaType
impl Hash for QuantumAlphaType
Source§impl PartialEq for QuantumAlphaType
impl PartialEq for QuantumAlphaType
impl Copy for QuantumAlphaType
impl Eq for QuantumAlphaType
impl StructuralPartialEq for QuantumAlphaType
Auto Trait Implementations§
impl Freeze for QuantumAlphaType
impl RefUnwindSafe for QuantumAlphaType
impl Send for QuantumAlphaType
impl Sync for QuantumAlphaType
impl Unpin for QuantumAlphaType
impl UnwindSafe for QuantumAlphaType
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