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