Enum btlib::crypto::SchemeKind
source · pub enum SchemeKind {
Sign(Sign),
Encrypt(Encrypt),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SchemeKind
impl Send for SchemeKind
impl Sync for SchemeKind
impl Unpin for SchemeKind
impl UnwindSafe for SchemeKind
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