Struct ppppp_msg::MootDetails
source · pub struct MootDetails {
pub account_id: AccountId,
pub domain: MsgDomain,
pub id: MsgId,
}
Fields§
§account_id: AccountId
§domain: MsgDomain
§id: MsgId
Auto Trait Implementations§
impl RefUnwindSafe for MootDetails
impl Send for MootDetails
impl Sync for MootDetails
impl Unpin for MootDetails
impl UnwindSafe for MootDetails
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