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