pub struct CreateGuildChannel {
pub guild_id: Id<GuildMarker>,
pub body: GuildChannelCreateRequest,
}Fields§
§guild_id: Id<GuildMarker>§body: GuildChannelCreateRequestImplementations§
Source§impl CreateGuildChannel
impl CreateGuildChannel
Sourcepub fn builder() -> CreateGuildChannelBuilder
pub fn builder() -> CreateGuildChannelBuilder
Create an instance of CreateGuildChannel using the builder syntax
Trait Implementations§
Source§impl Clone for CreateGuildChannel
impl Clone for CreateGuildChannel
Source§fn clone(&self) -> CreateGuildChannel
fn clone(&self) -> CreateGuildChannel
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 CreateGuildChannel
impl Debug for CreateGuildChannel
Auto Trait Implementations§
impl Freeze for CreateGuildChannel
impl RefUnwindSafe for CreateGuildChannel
impl Send for CreateGuildChannel
impl Sync for CreateGuildChannel
impl Unpin for CreateGuildChannel
impl UnsafeUnpin for CreateGuildChannel
impl UnwindSafe for CreateGuildChannel
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