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