Struct bip324::SessionKeyMaterial
source · pub struct SessionKeyMaterial {
pub session_id: [u8; 32],
/* private fields */
}Expand description
All keys derived from the ECDH.
Fields§
§session_id: [u8; 32]A unique ID to identify a connection.
Trait Implementations§
source§impl Clone for SessionKeyMaterial
impl Clone for SessionKeyMaterial
source§fn clone(&self) -> SessionKeyMaterial
fn clone(&self) -> SessionKeyMaterial
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SessionKeyMaterial
impl RefUnwindSafe for SessionKeyMaterial
impl Send for SessionKeyMaterial
impl Sync for SessionKeyMaterial
impl Unpin for SessionKeyMaterial
impl UnwindSafe for SessionKeyMaterial
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