pub struct ListCurrentUserGuildsParams {
pub before: Option<Id<GuildMarker>>,
pub after: Option<Id<GuildMarker>>,
pub limit: Option<u64>,
pub with_counts: Option<bool>,
}Fields§
§before: Option<Id<GuildMarker>>§after: Option<Id<GuildMarker>>§limit: Option<u64>1-200.
with_counts: Option<bool>Include approximate member and presence counts.
Implementations§
Source§impl ListCurrentUserGuildsParams
impl ListCurrentUserGuildsParams
Sourcepub fn builder() -> ListCurrentUserGuildsParamsBuilder
pub fn builder() -> ListCurrentUserGuildsParamsBuilder
Create an instance of ListCurrentUserGuildsParams using the builder syntax
Trait Implementations§
Source§impl Clone for ListCurrentUserGuildsParams
impl Clone for ListCurrentUserGuildsParams
Source§fn clone(&self) -> ListCurrentUserGuildsParams
fn clone(&self) -> ListCurrentUserGuildsParams
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 ListCurrentUserGuildsParams
impl Debug for ListCurrentUserGuildsParams
impl Copy for ListCurrentUserGuildsParams
Auto Trait Implementations§
impl Freeze for ListCurrentUserGuildsParams
impl RefUnwindSafe for ListCurrentUserGuildsParams
impl Send for ListCurrentUserGuildsParams
impl Sync for ListCurrentUserGuildsParams
impl Unpin for ListCurrentUserGuildsParams
impl UnsafeUnpin for ListCurrentUserGuildsParams
impl UnwindSafe for ListCurrentUserGuildsParams
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