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