pub struct UnlockResponse {
pub server_duration: Option<Duration>,
}Fields§
§server_duration: Option<Duration>Trait Implementations§
Source§impl Clone for UnlockResponse
impl Clone for UnlockResponse
Source§fn clone(&self) -> UnlockResponse
fn clone(&self) -> UnlockResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 UnlockResponse
impl Debug for UnlockResponse
Source§impl Hash for UnlockResponse
impl Hash for UnlockResponse
Source§impl Ord for UnlockResponse
impl Ord for UnlockResponse
Source§fn cmp(&self, other: &UnlockResponse) -> Ordering
fn cmp(&self, other: &UnlockResponse) -> Ordering
1.21.0 · 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 PartialEq for UnlockResponse
impl PartialEq for UnlockResponse
Source§impl PartialOrd for UnlockResponse
impl PartialOrd for UnlockResponse
Source§impl TraceAttributes for UnlockResponse
impl TraceAttributes for UnlockResponse
fn server_duration(&self) -> Option<Duration>
impl Eq for UnlockResponse
impl StructuralPartialEq for UnlockResponse
Auto Trait Implementations§
impl Freeze for UnlockResponse
impl RefUnwindSafe for UnlockResponse
impl Send for UnlockResponse
impl Sync for UnlockResponse
impl Unpin for UnlockResponse
impl UnsafeUnpin for UnlockResponse
impl UnwindSafe for UnlockResponse
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