pub struct AgreementID;Expand description
AgreementID (914).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgreementID
impl RefUnwindSafe for AgreementID
impl Send for AgreementID
impl Sync for AgreementID
impl Unpin for AgreementID
impl UnsafeUnpin for AgreementID
impl UnwindSafe for AgreementID
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