pub struct XSignature(/* private fields */);Expand description
XEdDSA signature.
Implementations§
Trait Implementations§
Source§impl Clone for XSignature
impl Clone for XSignature
Source§fn clone(&self) -> XSignature
fn clone(&self) -> XSignature
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 Debug for XSignature
impl Debug for XSignature
Source§impl<'de> Deserialize<'de> for XSignature
impl<'de> Deserialize<'de> for XSignature
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for XSignature
impl Display for XSignature
Source§impl PartialEq for XSignature
impl PartialEq for XSignature
Source§impl Serialize for XSignature
impl Serialize for XSignature
impl Copy for XSignature
impl Eq for XSignature
impl StructuralPartialEq for XSignature
Auto Trait Implementations§
impl Freeze for XSignature
impl RefUnwindSafe for XSignature
impl Send for XSignature
impl Sync for XSignature
impl Unpin for XSignature
impl UnwindSafe for XSignature
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