pub struct RegisterPayload {
pub action: String,
pub handler: Channel<BroadcastEvent>,
}Fields§
§action: String§handler: Channel<BroadcastEvent>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegisterPayload
impl !RefUnwindSafe for RegisterPayload
impl Send for RegisterPayload
impl Sync for RegisterPayload
impl Unpin for RegisterPayload
impl UnsafeUnpin for RegisterPayload
impl !UnwindSafe for RegisterPayload
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