pub struct CopathHash {
pub hash_value: SensitiveBytes,
}
Available on crate feature
draft-kiefer-mls-light
only.Expand description
struct {
opaque hash_value;
} CopathHash;
Fields§
§hash_value: SensitiveBytes
Trait Implementations§
Source§impl Clone for CopathHash
impl Clone for CopathHash
Source§fn clone(&self) -> CopathHash
fn clone(&self) -> CopathHash
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 CopathHash
impl Debug for CopathHash
Source§impl Default for CopathHash
impl Default for CopathHash
Source§fn default() -> CopathHash
fn default() -> CopathHash
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CopathHash
impl<'de> Deserialize<'de> for CopathHash
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 Deserialize for CopathHash
impl Deserialize for CopathHash
Source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moreSource§impl PartialEq for CopathHash
impl PartialEq for CopathHash
Source§impl Serialize for &CopathHash
impl Serialize for &CopathHash
Source§impl Serialize for CopathHash
impl Serialize for CopathHash
Source§impl Serialize for CopathHash
impl Serialize for CopathHash
Source§impl Size for &CopathHash
impl Size for &CopathHash
fn tls_serialized_len(&self) -> usize
Source§impl Size for CopathHash
impl Size for CopathHash
fn tls_serialized_len(&self) -> usize
impl Eq for CopathHash
impl StructuralPartialEq for CopathHash
Auto Trait Implementations§
impl Freeze for CopathHash
impl RefUnwindSafe for CopathHash
impl Send for CopathHash
impl Sync for CopathHash
impl Unpin for CopathHash
impl UnwindSafe for CopathHash
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