#[repr(u8)]pub enum WotsSecurityLevel {
Low = 1,
Medium = 2,
High = 3,
}๐Deprecated:
bee-signing will no longer be supported.Expand description
Available WOTS security levels.
Variantsยง
Low = 1
๐Deprecated:
bee-signing will no longer be supported.Low security.
Medium = 2
๐Deprecated:
bee-signing will no longer be supported.Medium security.
High = 3
๐Deprecated:
bee-signing will no longer be supported.High security.
Trait Implementationsยง
Sourceยงimpl Clone for WotsSecurityLevel
impl Clone for WotsSecurityLevel
Sourceยงfn clone(&self) -> WotsSecurityLevel
fn clone(&self) -> WotsSecurityLevel
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Default for WotsSecurityLevel
impl Default for WotsSecurityLevel
impl Copy for WotsSecurityLevel
Auto Trait Implementationsยง
impl Freeze for WotsSecurityLevel
impl RefUnwindSafe for WotsSecurityLevel
impl Send for WotsSecurityLevel
impl Sync for WotsSecurityLevel
impl Unpin for WotsSecurityLevel
impl UnwindSafe for WotsSecurityLevel
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