pub struct UserListTeamsQuery {
pub page: Option<u32>,
pub limit: Option<u32>,
}Fields§
§page: Option<u32>page number of results to return (1-based)
limit: Option<u32>page size of results
Trait Implementations§
Source§impl Clone for UserListTeamsQuery
impl Clone for UserListTeamsQuery
Source§fn clone(&self) -> UserListTeamsQuery
fn clone(&self) -> UserListTeamsQuery
Returns a copy 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 UserListTeamsQuery
impl Debug for UserListTeamsQuery
Source§impl Default for UserListTeamsQuery
impl Default for UserListTeamsQuery
Source§fn default() -> UserListTeamsQuery
fn default() -> UserListTeamsQuery
Returns the “default value” for a type. Read more
Source§impl Display for UserListTeamsQuery
impl Display for UserListTeamsQuery
Source§impl PartialEq for UserListTeamsQuery
impl PartialEq for UserListTeamsQuery
impl StructuralPartialEq for UserListTeamsQuery
Auto Trait Implementations§
impl Freeze for UserListTeamsQuery
impl RefUnwindSafe for UserListTeamsQuery
impl Send for UserListTeamsQuery
impl Sync for UserListTeamsQuery
impl Unpin for UserListTeamsQuery
impl UnwindSafe for UserListTeamsQuery
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