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