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