pub struct ToggleGuildTextChannelFlexibleNames {
pub guild_id: Id<GuildMarker>,
pub enabled: bool,
}Fields§
§guild_id: Id<GuildMarker>§enabled: boolImplementations§
Source§impl ToggleGuildTextChannelFlexibleNames
impl ToggleGuildTextChannelFlexibleNames
Sourcepub fn builder() -> ToggleGuildTextChannelFlexibleNamesBuilder
pub fn builder() -> ToggleGuildTextChannelFlexibleNamesBuilder
Create an instance of ToggleGuildTextChannelFlexibleNames using the builder syntax
Trait Implementations§
Source§impl Clone for ToggleGuildTextChannelFlexibleNames
impl Clone for ToggleGuildTextChannelFlexibleNames
Source§fn clone(&self) -> ToggleGuildTextChannelFlexibleNames
fn clone(&self) -> ToggleGuildTextChannelFlexibleNames
Returns a duplicate 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 moreimpl Copy for ToggleGuildTextChannelFlexibleNames
Auto Trait Implementations§
impl Freeze for ToggleGuildTextChannelFlexibleNames
impl RefUnwindSafe for ToggleGuildTextChannelFlexibleNames
impl Send for ToggleGuildTextChannelFlexibleNames
impl Sync for ToggleGuildTextChannelFlexibleNames
impl Unpin for ToggleGuildTextChannelFlexibleNames
impl UnsafeUnpin for ToggleGuildTextChannelFlexibleNames
impl UnwindSafe for ToggleGuildTextChannelFlexibleNames
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