pub struct AcquireResult {
pub key: String,
pub waited: Duration,
}Fields§
§key: String§waited: DurationTrait Implementations§
Source§impl Clone for AcquireResult
impl Clone for AcquireResult
Source§fn clone(&self) -> AcquireResult
fn clone(&self) -> AcquireResult
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 moreSource§impl Debug for AcquireResult
impl Debug for AcquireResult
Source§impl PartialEq for AcquireResult
impl PartialEq for AcquireResult
Source§fn eq(&self, other: &AcquireResult) -> bool
fn eq(&self, other: &AcquireResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AcquireResult
impl StructuralPartialEq for AcquireResult
Auto Trait Implementations§
impl Freeze for AcquireResult
impl RefUnwindSafe for AcquireResult
impl Send for AcquireResult
impl Sync for AcquireResult
impl Unpin for AcquireResult
impl UnsafeUnpin for AcquireResult
impl UnwindSafe for AcquireResult
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