Struct forgejo_api::structs::UserListFollowingQuery
source · pub struct UserListFollowingQuery {
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 UserListFollowingQuery
impl Clone for UserListFollowingQuery
source§fn clone(&self) -> UserListFollowingQuery
fn clone(&self) -> UserListFollowingQuery
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 UserListFollowingQuery
impl Debug for UserListFollowingQuery
source§impl Default for UserListFollowingQuery
impl Default for UserListFollowingQuery
source§fn default() -> UserListFollowingQuery
fn default() -> UserListFollowingQuery
Returns the “default value” for a type. Read more
source§impl Display for UserListFollowingQuery
impl Display for UserListFollowingQuery
source§impl PartialEq for UserListFollowingQuery
impl PartialEq for UserListFollowingQuery
source§fn eq(&self, other: &UserListFollowingQuery) -> bool
fn eq(&self, other: &UserListFollowingQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UserListFollowingQuery
Auto Trait Implementations§
impl Freeze for UserListFollowingQuery
impl RefUnwindSafe for UserListFollowingQuery
impl Send for UserListFollowingQuery
impl Sync for UserListFollowingQuery
impl Unpin for UserListFollowingQuery
impl UnwindSafe for UserListFollowingQuery
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