pub struct Lease {
pub control_proxy: LeaseControlProxy,
/* private fields */
}
Fields§
§control_proxy: LeaseControlProxy
This may be used to further monitor the lease status, if desired, beyond the await-until-satisfied behavior of LeaseHelper::lease().
Auto Trait Implementations§
impl Freeze for Lease
impl !RefUnwindSafe for Lease
impl Send for Lease
impl Sync for Lease
impl Unpin for Lease
impl !UnwindSafe for Lease
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