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