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