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<'a> Command for TestProtocol<'a>
impl<'a> Command for TestProtocol<'a>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)