#[repr(u8)]
pub enum QeType {
Ecdsa,
Td,
}
Variants
Ecdsa
Td
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more