pub enum CryptoKeyType {
Public,
Private,
}Variants§
Auto Trait Implementations§
impl Freeze for CryptoKeyType
impl RefUnwindSafe for CryptoKeyType
impl Send for CryptoKeyType
impl Sync for CryptoKeyType
impl Unpin for CryptoKeyType
impl UnsafeUnpin for CryptoKeyType
impl UnwindSafe for CryptoKeyType
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