pub struct Lease {
pub replace_rx: Receiver<bool>,
/* private fields */
}Fields§
§replace_rx: Receiver<bool>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Lease
impl !UnwindSafe for Lease
impl Freeze for Lease
impl Send for Lease
impl Sync for Lease
impl Unpin for Lease
impl UnsafeUnpin 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