pub struct MemCommand { /* private fields */ }Trait Implementations§
Source§impl Command for MemCommand
impl Command for MemCommand
Source§fn priority(&self) -> Priority
fn priority(&self) -> Priority
Return this command’s
Priority, determining how this event is
ordered amongst others it does not have a causal relationship with.Source§fn parent(&self) -> Prior<Address>
fn parent(&self) -> Prior<Address>
Return this command’s parents, or address(s) that immediately
precede(s) this.
Auto Trait Implementations§
impl Freeze for MemCommand
impl RefUnwindSafe for MemCommand
impl Send for MemCommand
impl Sync for MemCommand
impl Unpin for MemCommand
impl UnwindSafe for MemCommand
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