pub struct LocalNonce(/* private fields */);Implementations§
Source§impl LocalNonce
 
impl LocalNonce
pub const fn new(inner: LocalNonceInner) -> Self
Trait Implementations§
Source§impl AsMut<[u8; 32]> for LocalNonce
 
impl AsMut<[u8; 32]> for LocalNonce
Source§fn as_mut(&mut self) -> &mut LocalNonceInner
 
fn as_mut(&mut self) -> &mut LocalNonceInner
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<[u8; 32]> for LocalNonce
 
impl AsRef<[u8; 32]> for LocalNonce
Source§fn as_ref(&self) -> &LocalNonceInner
 
fn as_ref(&self) -> &LocalNonceInner
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for LocalNonce
 
impl Clone for LocalNonce
Source§fn clone(&self) -> LocalNonce
 
fn clone(&self) -> LocalNonce
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 LocalNonce
 
impl Debug for LocalNonce
Source§impl<'de> Deserialize<'de> for LocalNonce
 
impl<'de> Deserialize<'de> for LocalNonce
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 LocalNonce
 
impl Display for LocalNonce
Source§impl FromHex for LocalNonce
 
impl FromHex for LocalNonce
Source§impl FromStr for LocalNonce
 
impl FromStr for LocalNonce
Source§impl Hash for LocalNonce
 
impl Hash for LocalNonce
Source§impl PartialEq for LocalNonce
 
impl PartialEq for LocalNonce
Source§impl Serialize for LocalNoncewhere
    Self: Display,
 
impl Serialize for LocalNoncewhere
    Self: Display,
Source§impl ToHex for LocalNonce
 
impl ToHex for LocalNonce
Source§fn encode_hex<T: FromIterator<char>>(&self) -> T
 
fn encode_hex<T: FromIterator<char>>(&self) -> T
Encode the hex strict representing 
self into the result. Lower case
letters are used (e.g. f9b4ca)Source§fn encode_hex_upper<T: FromIterator<char>>(&self) -> T
 
fn encode_hex_upper<T: FromIterator<char>>(&self) -> T
Encode the hex strict representing 
self into the result. Upper case
letters are used (e.g. F9B4CA)impl Copy for LocalNonce
impl Eq for LocalNonce
impl StructuralPartialEq for LocalNonce
Auto Trait Implementations§
impl Freeze for LocalNonce
impl RefUnwindSafe for LocalNonce
impl Send for LocalNonce
impl Sync for LocalNonce
impl Unpin for LocalNonce
impl UnwindSafe for LocalNonce
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