pub struct WorkerLeaseReplayKey {
pub lease_id: String,
pub lease_nonce: String,
pub expires_at_unix_ms: i64,
}Fields§
§lease_id: String§lease_nonce: String§expires_at_unix_ms: i64Trait Implementations§
Source§impl Clone for WorkerLeaseReplayKey
impl Clone for WorkerLeaseReplayKey
Source§fn clone(&self) -> WorkerLeaseReplayKey
fn clone(&self) -> WorkerLeaseReplayKey
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 WorkerLeaseReplayKey
impl Debug for WorkerLeaseReplayKey
impl Eq for WorkerLeaseReplayKey
Source§impl Hash for WorkerLeaseReplayKey
impl Hash for WorkerLeaseReplayKey
Source§impl PartialEq for WorkerLeaseReplayKey
impl PartialEq for WorkerLeaseReplayKey
impl StructuralPartialEq for WorkerLeaseReplayKey
Auto Trait Implementations§
impl Freeze for WorkerLeaseReplayKey
impl RefUnwindSafe for WorkerLeaseReplayKey
impl Send for WorkerLeaseReplayKey
impl Sync for WorkerLeaseReplayKey
impl Unpin for WorkerLeaseReplayKey
impl UnsafeUnpin for WorkerLeaseReplayKey
impl UnwindSafe for WorkerLeaseReplayKey
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