pub struct FromSync<E> {
pub session_id: u64,
pub remote: PublicKey,
pub event: E,
}Expand description
Events which are emitted from a manager.
Fields§
§session_id: u64§remote: PublicKey§event: EImplementations§
Trait Implementations§
impl<E> StructuralPartialEq for FromSync<E>
Auto Trait Implementations§
impl<E> Freeze for FromSync<E>where
E: Freeze,
impl<E> RefUnwindSafe for FromSync<E>where
E: RefUnwindSafe,
impl<E> Send for FromSync<E>where
E: Send,
impl<E> Sync for FromSync<E>where
E: Sync,
impl<E> Unpin for FromSync<E>where
E: Unpin,
impl<E> UnwindSafe for FromSync<E>where
E: UnwindSafe,
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