pub enum OverlayPartitionEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OverlayPartitionEvent
impl RefUnwindSafe for OverlayPartitionEvent
impl Send for OverlayPartitionEvent
impl Sync for OverlayPartitionEvent
impl Unpin for OverlayPartitionEvent
impl UnwindSafe for OverlayPartitionEvent
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