#[repr(C)]pub struct SessionSig {
pub r: [u8; 32],
pub s: [u8; 32],
}Fields§
§r: [u8; 32]sig R
s: [u8; 32]sig S
Trait Implementations§
Source§impl Clone for SessionSig
impl Clone for SessionSig
Source§fn clone(&self) -> SessionSig
fn clone(&self) -> SessionSig
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 moreSource§impl Debug for SessionSig
impl Debug for SessionSig
Source§impl<'de> Deserialize<'de> for SessionSig
impl<'de> Deserialize<'de> for SessionSig
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 PartialEq for SessionSig
impl PartialEq for SessionSig
Source§fn eq(&self, other: &SessionSig) -> bool
fn eq(&self, other: &SessionSig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SessionSig
impl Serialize for SessionSig
impl Copy for SessionSig
impl Eq for SessionSig
impl StructuralPartialEq for SessionSig
Auto Trait Implementations§
impl Freeze for SessionSig
impl RefUnwindSafe for SessionSig
impl Send for SessionSig
impl Sync for SessionSig
impl Unpin for SessionSig
impl UnsafeUnpin for SessionSig
impl UnwindSafe for SessionSig
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