pub struct SessionKeys { /* private fields */ }Available on crate feature
safe_api only.Expand description
A set of shared secrets for either transmitting to this entity or send to another party.
Implementations§
Trait Implementations§
Source§impl Debug for SessionKeys
impl Debug for SessionKeys
Source§impl PartialEq for SessionKeys
impl PartialEq for SessionKeys
impl StructuralPartialEq for SessionKeys
Auto Trait Implementations§
impl Freeze for SessionKeys
impl RefUnwindSafe for SessionKeys
impl Send for SessionKeys
impl Sync for SessionKeys
impl Unpin for SessionKeys
impl UnsafeUnpin for SessionKeys
impl UnwindSafe for SessionKeys
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