pub struct ProcessLeaseCompletion {
pub process_id: ProcessId,
pub lease_token: String,
}Fields§
§process_id: ProcessId§lease_token: StringImplementations§
Source§impl ProcessLeaseCompletion
impl ProcessLeaseCompletion
pub fn from_lease(lease: &ProcessLease) -> Self
Trait Implementations§
Source§impl Clone for ProcessLeaseCompletion
impl Clone for ProcessLeaseCompletion
Source§fn clone(&self) -> ProcessLeaseCompletion
fn clone(&self) -> ProcessLeaseCompletion
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 ProcessLeaseCompletion
impl Debug for ProcessLeaseCompletion
Source§impl<'de> Deserialize<'de> for ProcessLeaseCompletion
impl<'de> Deserialize<'de> for ProcessLeaseCompletion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ProcessLeaseCompletion
impl RefUnwindSafe for ProcessLeaseCompletion
impl Send for ProcessLeaseCompletion
impl Sync for ProcessLeaseCompletion
impl Unpin for ProcessLeaseCompletion
impl UnsafeUnpin for ProcessLeaseCompletion
impl UnwindSafe for ProcessLeaseCompletion
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