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