pub struct Agree {
pub mechanism: Mechanism,
pub private_key: KeyId,
pub public_key: KeyId,
pub attributes: StorageAttributes,
}Available on crate feature
crypto-client only.Fields§
§mechanism: Mechanism§private_key: KeyId§public_key: KeyId§attributes: StorageAttributesTrait 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