#[repr(u8)]pub enum QeType {
Ecdsa = 0,
Td = 1,
}
Variants§
Trait Implementations§
source§impl PartialEq for QeType
impl PartialEq for QeType
impl ContiguousMemory for QeType
impl Copy for QeType
impl Eq for QeType
impl StructuralEq for QeType
impl StructuralPartialEq for QeType
Auto Trait Implementations§
impl RefUnwindSafe for QeType
impl Send for QeType
impl Sync for QeType
impl Unpin for QeType
impl UnwindSafe for QeType
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