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