pub struct SoodMessage {
pub from: SocketAddr,
pub msg_type: SoodType,
pub props: HashMap<String, Option<String>>,
}Fields§
§from: SocketAddr§msg_type: SoodType§props: HashMap<String, Option<String>>Trait Implementations§
Source§impl Clone for SoodMessage
impl Clone for SoodMessage
Source§fn clone(&self) -> SoodMessage
fn clone(&self) -> SoodMessage
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 moreAuto Trait Implementations§
impl Freeze for SoodMessage
impl RefUnwindSafe for SoodMessage
impl Send for SoodMessage
impl Sync for SoodMessage
impl Unpin for SoodMessage
impl UnsafeUnpin for SoodMessage
impl UnwindSafe for SoodMessage
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