pub struct CompletionReadbackBatchReceipt { /* private fields */ }Implementations§
Source§impl CompletionReadbackBatchReceipt
impl CompletionReadbackBatchReceipt
pub fn completion(&self) -> &OperationCompletionReceipt
pub fn dispositions(&self) -> &[CompletionReadbackDisposition]
pub fn readback_timings( &self, ) -> Option<&[DeviceTimingMeasurement<CompletionReadbackTiming>]>
pub fn fingerprint(&self) -> &str
Trait Implementations§
Source§impl Clone for CompletionReadbackBatchReceipt
impl Clone for CompletionReadbackBatchReceipt
Source§fn clone(&self) -> CompletionReadbackBatchReceipt
fn clone(&self) -> CompletionReadbackBatchReceipt
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 CompletionReadbackBatchReceipt
impl StructuralPartialEq for CompletionReadbackBatchReceipt
Auto Trait Implementations§
impl !Freeze for CompletionReadbackBatchReceipt
impl RefUnwindSafe for CompletionReadbackBatchReceipt
impl Send for CompletionReadbackBatchReceipt
impl Sync for CompletionReadbackBatchReceipt
impl Unpin for CompletionReadbackBatchReceipt
impl UnsafeUnpin for CompletionReadbackBatchReceipt
impl UnwindSafe for CompletionReadbackBatchReceipt
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