pub struct CreateChannelOptions { /* private fields */ }Expand description
Options for creating a Discord channel.
Trait Implementations§
Source§impl Clone for CreateChannelOptions
impl Clone for CreateChannelOptions
Source§fn clone(&self) -> CreateChannelOptions
fn clone(&self) -> CreateChannelOptions
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 moreSource§impl Debug for CreateChannelOptions
impl Debug for CreateChannelOptions
Source§impl Default for CreateChannelOptions
impl Default for CreateChannelOptions
Source§fn default() -> CreateChannelOptions
fn default() -> CreateChannelOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateChannelOptions
impl RefUnwindSafe for CreateChannelOptions
impl Send for CreateChannelOptions
impl Sync for CreateChannelOptions
impl Unpin for CreateChannelOptions
impl UnwindSafe for CreateChannelOptions
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