pub struct CreateGuildWelcomeChannel(/* private fields */);
Expand description
A builder for creating a GuildWelcomeChannel
.
Implementations§
Source§impl CreateGuildWelcomeChannel
impl CreateGuildWelcomeChannel
Trait Implementations§
Source§impl Clone for CreateGuildWelcomeChannel
impl Clone for CreateGuildWelcomeChannel
Source§fn clone(&self) -> CreateGuildWelcomeChannel
fn clone(&self) -> CreateGuildWelcomeChannel
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 CreateGuildWelcomeChannel
impl Debug for CreateGuildWelcomeChannel
Auto Trait Implementations§
impl Freeze for CreateGuildWelcomeChannel
impl RefUnwindSafe for CreateGuildWelcomeChannel
impl Send for CreateGuildWelcomeChannel
impl Sync for CreateGuildWelcomeChannel
impl Unpin for CreateGuildWelcomeChannel
impl UnwindSafe for CreateGuildWelcomeChannel
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