pub struct HostPushEvent {
pub event: String,
pub payload_json: String,
}Fields§
§event: String§payload_json: StringTrait Implementations§
Source§impl Clone for HostPushEvent
impl Clone for HostPushEvent
Source§fn clone(&self) -> HostPushEvent
fn clone(&self) -> HostPushEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostPushEvent
impl Debug for HostPushEvent
Source§impl PartialEq for HostPushEvent
impl PartialEq for HostPushEvent
impl Eq for HostPushEvent
impl StructuralPartialEq for HostPushEvent
Auto Trait Implementations§
impl Freeze for HostPushEvent
impl RefUnwindSafe for HostPushEvent
impl Send for HostPushEvent
impl Sync for HostPushEvent
impl Unpin for HostPushEvent
impl UnsafeUnpin for HostPushEvent
impl UnwindSafe for HostPushEvent
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