pub struct HostUpdate {
pub event: AgentEvent,
pub effects: Vec<Effect>,
}Fields§
§event: AgentEvent§effects: Vec<Effect>Trait Implementations§
Source§impl Clone for HostUpdate
impl Clone for HostUpdate
Source§fn clone(&self) -> HostUpdate
fn clone(&self) -> HostUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HostUpdate
impl RefUnwindSafe for HostUpdate
impl Send for HostUpdate
impl Sync for HostUpdate
impl Unpin for HostUpdate
impl UnsafeUnpin for HostUpdate
impl UnwindSafe for HostUpdate
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