pub struct TSModchannelMsgSpec {
pub channel_name: String,
pub channel_msg: String,
}
Fields§
§channel_name: String
§channel_msg: String
Trait Implementations§
Source§impl Clone for TSModchannelMsgSpec
impl Clone for TSModchannelMsgSpec
Source§fn clone(&self) -> TSModchannelMsgSpec
fn clone(&self) -> TSModchannelMsgSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TSModchannelMsgSpec
impl Debug for TSModchannelMsgSpec
Source§impl Deserialize for TSModchannelMsgSpec
impl Deserialize for TSModchannelMsgSpec
Source§type Output = TSModchannelMsgSpec
type Output = TSModchannelMsgSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<TSModchannelMsgSpec> for ToServerCommand
impl From<TSModchannelMsgSpec> for ToServerCommand
Source§fn from(value: TSModchannelMsgSpec) -> Self
fn from(value: TSModchannelMsgSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TSModchannelMsgSpec
impl PartialEq for TSModchannelMsgSpec
Source§impl Serialize for TSModchannelMsgSpec
impl Serialize for TSModchannelMsgSpec
type Input = TSModchannelMsgSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for TSModchannelMsgSpec
Auto Trait Implementations§
impl Freeze for TSModchannelMsgSpec
impl RefUnwindSafe for TSModchannelMsgSpec
impl Send for TSModchannelMsgSpec
impl Sync for TSModchannelMsgSpec
impl Unpin for TSModchannelMsgSpec
impl UnwindSafe for TSModchannelMsgSpec
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