pub struct TestProtocol<'a> { /* private fields */ }Trait Implementations§
Source§impl<'a> Clone for TestProtocol<'a>
impl<'a> Clone for TestProtocol<'a>
Source§fn clone(&self) -> TestProtocol<'a>
fn clone(&self) -> TestProtocol<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Command for TestProtocol<'_>
impl Command for TestProtocol<'_>
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<'a> Freeze for TestProtocol<'a>
impl<'a> RefUnwindSafe for TestProtocol<'a>
impl<'a> Send for TestProtocol<'a>
impl<'a> Sync for TestProtocol<'a>
impl<'a> Unpin for TestProtocol<'a>
impl<'a> UnwindSafe for TestProtocol<'a>
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