pub struct LeaseRenewal {
pub task_id: TaskId,
pub attempt: u16,
pub lease_token: LeaseToken,
}Fields§
§task_id: TaskId§attempt: u16§lease_token: LeaseTokenTrait Implementations§
Source§impl Clone for LeaseRenewal
impl Clone for LeaseRenewal
Source§fn clone(&self) -> LeaseRenewal
fn clone(&self) -> LeaseRenewal
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 LeaseRenewal
Source§impl Debug for LeaseRenewal
impl Debug for LeaseRenewal
impl Eq for LeaseRenewal
Source§impl PartialEq for LeaseRenewal
impl PartialEq for LeaseRenewal
impl StructuralPartialEq for LeaseRenewal
Auto Trait Implementations§
impl Freeze for LeaseRenewal
impl RefUnwindSafe for LeaseRenewal
impl Send for LeaseRenewal
impl Sync for LeaseRenewal
impl Unpin for LeaseRenewal
impl UnsafeUnpin for LeaseRenewal
impl UnwindSafe for LeaseRenewal
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