pub struct ExecutionResourceMaintenanceParticipant { /* private fields */ }Implementations§
Source§impl ExecutionResourceMaintenanceParticipant
impl ExecutionResourceMaintenanceParticipant
pub fn run_id(&self) -> &RunId
pub fn request_id(&self) -> &RequestIdentity
pub fn active_sequence_fingerprint(&self) -> &str
Trait Implementations§
Source§impl Clone for ExecutionResourceMaintenanceParticipant
impl Clone for ExecutionResourceMaintenanceParticipant
Source§fn clone(&self) -> ExecutionResourceMaintenanceParticipant
fn clone(&self) -> ExecutionResourceMaintenanceParticipant
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 moreimpl Eq for ExecutionResourceMaintenanceParticipant
Source§impl Ord for ExecutionResourceMaintenanceParticipant
impl Ord for ExecutionResourceMaintenanceParticipant
Source§fn cmp(&self, other: &ExecutionResourceMaintenanceParticipant) -> Ordering
fn cmp(&self, other: &ExecutionResourceMaintenanceParticipant) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for ExecutionResourceMaintenanceParticipant
impl PartialOrd for ExecutionResourceMaintenanceParticipant
impl StructuralPartialEq for ExecutionResourceMaintenanceParticipant
Auto Trait Implementations§
impl Freeze for ExecutionResourceMaintenanceParticipant
impl RefUnwindSafe for ExecutionResourceMaintenanceParticipant
impl Send for ExecutionResourceMaintenanceParticipant
impl Sync for ExecutionResourceMaintenanceParticipant
impl Unpin for ExecutionResourceMaintenanceParticipant
impl UnsafeUnpin for ExecutionResourceMaintenanceParticipant
impl UnwindSafe for ExecutionResourceMaintenanceParticipant
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