pub struct SdkWaitRecord { /* private fields */ }Expand description
Registered daemon-backed SDK wait metadata.
Implementations§
Source§impl SdkWaitRecord
impl SdkWaitRecord
Sourcepub const fn key(self) -> SdkWaitKey
pub const fn key(self) -> SdkWaitKey
Returns the stable wait key.
Sourcepub const fn connection_id(self) -> u64
pub const fn connection_id(self) -> u64
Returns the server-private connection id that owns this wait.
Trait Implementations§
Source§impl Clone for SdkWaitRecord
impl Clone for SdkWaitRecord
Source§fn clone(&self) -> SdkWaitRecord
fn clone(&self) -> SdkWaitRecord
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 SdkWaitRecord
Source§impl Debug for SdkWaitRecord
impl Debug for SdkWaitRecord
impl Eq for SdkWaitRecord
Source§impl PartialEq for SdkWaitRecord
impl PartialEq for SdkWaitRecord
Source§fn eq(&self, other: &SdkWaitRecord) -> bool
fn eq(&self, other: &SdkWaitRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SdkWaitRecord
Auto Trait Implementations§
impl Freeze for SdkWaitRecord
impl RefUnwindSafe for SdkWaitRecord
impl Send for SdkWaitRecord
impl Sync for SdkWaitRecord
impl Unpin for SdkWaitRecord
impl UnsafeUnpin for SdkWaitRecord
impl UnwindSafe for SdkWaitRecord
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