pub struct OccupancyChangedEvent {
pub occupancy: Option<Occupancy>,
}Fields§
§occupancy: Option<Occupancy>Trait Implementations§
Source§impl Debug for OccupancyChangedEvent
impl Debug for OccupancyChangedEvent
Auto Trait Implementations§
impl Freeze for OccupancyChangedEvent
impl RefUnwindSafe for OccupancyChangedEvent
impl Send for OccupancyChangedEvent
impl Sync for OccupancyChangedEvent
impl Unpin for OccupancyChangedEvent
impl UnwindSafe for OccupancyChangedEvent
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