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