pub struct SsiSig(/* private fields */);Trait Implementations§
impl Copy for SsiSig
Source§impl DisplayBaid64<64> for SsiSig
impl DisplayBaid64<64> for SsiSig
const HRI: &'static str = ""
const CHUNKING: bool = false
const PREFIX: bool = false
const EMBED_CHECKSUM: bool = false
const MNEMONIC: bool = false
fn to_baid64_payload(&self) -> [u8; 64]
fn to_baid64_string(&self) -> String
fn to_baid64_mnemonic(&self) -> String
fn display_baid64(&self) -> Baid64Display<LEN>
fn fmt_baid64(&self, f: &mut Formatter<'_>) -> Result<(), Error>
impl Eq for SsiSig
Source§impl FromBaid64Str<64> for SsiSig
impl FromBaid64Str<64> for SsiSig
fn from_baid64_str(s: &str) -> Result<Self, Baid64ParseError>
Source§impl Ord for SsiSig
impl Ord for SsiSig
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SsiSig
impl PartialOrd for SsiSig
impl StructuralPartialEq for SsiSig
Auto Trait Implementations§
impl Freeze for SsiSig
impl RefUnwindSafe for SsiSig
impl Send for SsiSig
impl Sync for SsiSig
impl Unpin for SsiSig
impl UnsafeUnpin for SsiSig
impl UnwindSafe for SsiSig
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