pub struct Agree {
pub shared_secret: KeyId,
}
Available on crate feature
crypto-client
only.Fields§
Trait Implementations§
impl Eq for Agree
impl StructuralPartialEq for Agree
Auto Trait Implementations§
impl Freeze for Agree
impl RefUnwindSafe for Agree
impl Send for Agree
impl Sync for Agree
impl Unpin for Agree
impl UnwindSafe for Agree
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