Struct irc_command_micro::message::Message
source · pub struct Message {
pub source: String,
pub target: Vec<Target>,
pub command: Command,
pub params: Vec<String>,
pub valid: bool,
pub error: Option<String>,
}
Fields§
§source: String
§target: Vec<Target>
§command: Command
§params: Vec<String>
§valid: bool
§error: Option<String>
Implementations§
Auto Trait Implementations§
impl Freeze for Message
impl RefUnwindSafe for Message
impl Send for Message
impl Sync for Message
impl Unpin for Message
impl UnwindSafe for Message
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