Struct g_rust::extension::parsers::subparsers::CallForHelpFromIMMessage
source · pub struct CallForHelpFromIMMessage {
pub user_id: LegacyId,
pub message: String,
}
Fields§
§user_id: LegacyId
§message: String
Trait Implementations§
source§impl Clone for CallForHelpFromIMMessage
impl Clone for CallForHelpFromIMMessage
source§fn clone(&self) -> CallForHelpFromIMMessage
fn clone(&self) -> CallForHelpFromIMMessage
Returns a copy 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 CallForHelpFromIMMessage
impl Debug for CallForHelpFromIMMessage
source§impl Default for CallForHelpFromIMMessage
impl Default for CallForHelpFromIMMessage
source§fn default() -> CallForHelpFromIMMessage
fn default() -> CallForHelpFromIMMessage
Returns the “default value” for a type. Read more
source§impl PartialEq<CallForHelpFromIMMessage> for CallForHelpFromIMMessage
impl PartialEq<CallForHelpFromIMMessage> for CallForHelpFromIMMessage
source§fn eq(&self, other: &CallForHelpFromIMMessage) -> bool
fn eq(&self, other: &CallForHelpFromIMMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CallForHelpFromIMMessage
Auto Trait Implementations§
impl RefUnwindSafe for CallForHelpFromIMMessage
impl Send for CallForHelpFromIMMessage
impl Sync for CallForHelpFromIMMessage
impl Unpin for CallForHelpFromIMMessage
impl UnwindSafe for CallForHelpFromIMMessage
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