pub struct WorkspaceLeaseKeepAlive {
pub tenant_id: String,
pub id: String,
pub owner: String,
pub fencing_token: u64,
pub now_ms: u64,
pub lease_ms: u64,
}Fields§
§tenant_id: String§id: String§owner: String§fencing_token: u64§now_ms: u64§lease_ms: u64Trait Implementations§
Source§impl Clone for WorkspaceLeaseKeepAlive
impl Clone for WorkspaceLeaseKeepAlive
Source§fn clone(&self) -> WorkspaceLeaseKeepAlive
fn clone(&self) -> WorkspaceLeaseKeepAlive
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 moreAuto Trait Implementations§
impl Freeze for WorkspaceLeaseKeepAlive
impl RefUnwindSafe for WorkspaceLeaseKeepAlive
impl Send for WorkspaceLeaseKeepAlive
impl Sync for WorkspaceLeaseKeepAlive
impl Unpin for WorkspaceLeaseKeepAlive
impl UnsafeUnpin for WorkspaceLeaseKeepAlive
impl UnwindSafe for WorkspaceLeaseKeepAlive
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