pub struct AuraTelemetryScope {
pub source: ActorId,
pub affected: ActorId,
pub pull: PullId,
pub group: Option<GroupId>,
}Expand description
Typed identity and encounter ownership for one aura instance.
Fields§
§source: ActorId§affected: ActorId§pull: PullId§group: Option<GroupId>Trait Implementations§
Source§impl Clone for AuraTelemetryScope
impl Clone for AuraTelemetryScope
Source§fn clone(&self) -> AuraTelemetryScope
fn clone(&self) -> AuraTelemetryScope
Returns a duplicate 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 Debug for AuraTelemetryScope
impl Debug for AuraTelemetryScope
Source§impl Hash for AuraTelemetryScope
impl Hash for AuraTelemetryScope
Source§impl Ord for AuraTelemetryScope
impl Ord for AuraTelemetryScope
Source§fn cmp(&self, other: &AuraTelemetryScope) -> Ordering
fn cmp(&self, other: &AuraTelemetryScope) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AuraTelemetryScope
impl PartialEq for AuraTelemetryScope
Source§impl PartialOrd for AuraTelemetryScope
impl PartialOrd for AuraTelemetryScope
impl Copy for AuraTelemetryScope
impl Eq for AuraTelemetryScope
impl StructuralPartialEq for AuraTelemetryScope
Auto Trait Implementations§
impl Freeze for AuraTelemetryScope
impl RefUnwindSafe for AuraTelemetryScope
impl Send for AuraTelemetryScope
impl Sync for AuraTelemetryScope
impl Unpin for AuraTelemetryScope
impl UnsafeUnpin for AuraTelemetryScope
impl UnwindSafe for AuraTelemetryScope
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