pub struct ResidentUnitLease<U> { /* private fields */ }Expand description
Indexed owned unit used by ResidentUnitWindow.
Trait Implementations§
Source§impl<U> Deref for ResidentUnitLease<U>
impl<U> Deref for ResidentUnitLease<U>
Auto Trait Implementations§
impl<U> Freeze for ResidentUnitLease<U>where
U: Freeze,
impl<U> RefUnwindSafe for ResidentUnitLease<U>where
U: RefUnwindSafe,
impl<U> Send for ResidentUnitLease<U>where
U: Send,
impl<U> Sync for ResidentUnitLease<U>where
U: Sync,
impl<U> Unpin for ResidentUnitLease<U>where
U: Unpin,
impl<U> UnsafeUnpin for ResidentUnitLease<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for ResidentUnitLease<U>where
U: UnwindSafe,
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