pub struct SequenceSessionCancelSnapshot { /* private fields */ }Implementations§
Source§impl SequenceSessionCancelSnapshot
impl SequenceSessionCancelSnapshot
pub const fn active_frame(self) -> Option<ExecutionFrameId>
pub const fn participant_flights(self) -> u64
Trait Implementations§
Source§impl Clone for SequenceSessionCancelSnapshot
impl Clone for SequenceSessionCancelSnapshot
Source§fn clone(&self) -> SequenceSessionCancelSnapshot
fn clone(&self) -> SequenceSessionCancelSnapshot
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 Copy for SequenceSessionCancelSnapshot
impl Eq for SequenceSessionCancelSnapshot
impl StructuralPartialEq for SequenceSessionCancelSnapshot
Auto Trait Implementations§
impl Freeze for SequenceSessionCancelSnapshot
impl RefUnwindSafe for SequenceSessionCancelSnapshot
impl Send for SequenceSessionCancelSnapshot
impl Sync for SequenceSessionCancelSnapshot
impl Unpin for SequenceSessionCancelSnapshot
impl UnsafeUnpin for SequenceSessionCancelSnapshot
impl UnwindSafe for SequenceSessionCancelSnapshot
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