pub struct AgreementPublicKey { /* private fields */ }Implementations§
Source§impl AgreementPublicKey
impl AgreementPublicKey
pub fn attributes(&self) -> Result<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgreementPublicKey
impl RefUnwindSafe for AgreementPublicKey
impl !Send for AgreementPublicKey
impl !Sync for AgreementPublicKey
impl Unpin for AgreementPublicKey
impl UnsafeUnpin for AgreementPublicKey
impl UnwindSafe for AgreementPublicKey
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