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