pub struct BoardMessage {
pub name: String,
pub data: AgentData,
}Fields§
§name: String§data: AgentDataTrait Implementations§
Source§impl Clone for BoardMessage
impl Clone for BoardMessage
Source§fn clone(&self) -> BoardMessage
fn clone(&self) -> BoardMessage
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 BoardMessage
impl Debug for BoardMessage
Auto Trait Implementations§
impl Freeze for BoardMessage
impl RefUnwindSafe for BoardMessage
impl Send for BoardMessage
impl Sync for BoardMessage
impl Unpin for BoardMessage
impl UnwindSafe for BoardMessage
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