pub struct TCModchannelMsgSpec {
pub channel_name: String,
pub sender: String,
pub channel_msg: String,
}
Fields§
§channel_name: String
§sender: String
§channel_msg: String
Trait Implementations§
Source§impl Clone for TCModchannelMsgSpec
impl Clone for TCModchannelMsgSpec
Source§fn clone(&self) -> TCModchannelMsgSpec
fn clone(&self) -> TCModchannelMsgSpec
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 TCModchannelMsgSpec
impl Debug for TCModchannelMsgSpec
Source§impl Deserialize for TCModchannelMsgSpec
impl Deserialize for TCModchannelMsgSpec
Source§type Output = TCModchannelMsgSpec
type Output = TCModchannelMsgSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<TCModchannelMsgSpec> for ToClientCommand
impl From<TCModchannelMsgSpec> for ToClientCommand
Source§fn from(value: TCModchannelMsgSpec) -> Self
fn from(value: TCModchannelMsgSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TCModchannelMsgSpec
impl PartialEq for TCModchannelMsgSpec
Source§impl Serialize for TCModchannelMsgSpec
impl Serialize for TCModchannelMsgSpec
type Input = TCModchannelMsgSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for TCModchannelMsgSpec
Auto Trait Implementations§
impl Freeze for TCModchannelMsgSpec
impl RefUnwindSafe for TCModchannelMsgSpec
impl Send for TCModchannelMsgSpec
impl Sync for TCModchannelMsgSpec
impl Unpin for TCModchannelMsgSpec
impl UnwindSafe for TCModchannelMsgSpec
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