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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XSignature
Source§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
impl Eq for XSignature
Source§impl PartialEq for XSignature
impl PartialEq for XSignature
Source§fn eq(&self, other: &XSignature) -> bool
fn eq(&self, other: &XSignature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for XSignature
impl Serialize 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 UnsafeUnpin 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