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