pub struct ResourceCommandTrace {
pub key: ResourceKey,
pub scope: ScopeId,
pub kind: ResourceCommandKind,
pub transition: ResourceTransitionPolicy,
}Expand description
Payload-free resource command trace.
Fields§
§key: ResourceKeyResource identity.
scope: ScopeIdScope associated with the command.
kind: ResourceCommandKindCommand operation.
transition: ResourceTransitionPolicyHost-facing transition policy requested by the command.
Trait Implementations§
Source§impl Clone for ResourceCommandTrace
impl Clone for ResourceCommandTrace
Source§fn clone(&self) -> ResourceCommandTrace
fn clone(&self) -> ResourceCommandTrace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResourceCommandTrace
impl Debug for ResourceCommandTrace
impl Eq for ResourceCommandTrace
Source§impl PartialEq for ResourceCommandTrace
impl PartialEq for ResourceCommandTrace
Source§fn eq(&self, other: &ResourceCommandTrace) -> bool
fn eq(&self, other: &ResourceCommandTrace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResourceCommandTrace
Auto Trait Implementations§
impl Freeze for ResourceCommandTrace
impl RefUnwindSafe for ResourceCommandTrace
impl Send for ResourceCommandTrace
impl Sync for ResourceCommandTrace
impl Unpin for ResourceCommandTrace
impl UnsafeUnpin for ResourceCommandTrace
impl UnwindSafe for ResourceCommandTrace
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