pub enum SecType {
None = 0,
Signed = 1,
}Variants§
Trait Implementations§
impl Copy for SecType
impl StructuralPartialEq for SecType
Auto Trait Implementations§
impl Freeze for SecType
impl RefUnwindSafe for SecType
impl Send for SecType
impl Sync for SecType
impl Unpin for SecType
impl UnwindSafe for SecType
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