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