pub struct UserCurrentListReposQuery {
pub order_by: Option<UserCurrentListReposQueryOrderBy>,
}Fields§
§order_by: Option<UserCurrentListReposQueryOrderBy>order the repositories
Trait Implementations§
Source§impl Clone for UserCurrentListReposQuery
impl Clone for UserCurrentListReposQuery
Source§fn clone(&self) -> UserCurrentListReposQuery
fn clone(&self) -> UserCurrentListReposQuery
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 UserCurrentListReposQuery
impl Debug for UserCurrentListReposQuery
Source§impl Default for UserCurrentListReposQuery
impl Default for UserCurrentListReposQuery
Source§fn default() -> UserCurrentListReposQuery
fn default() -> UserCurrentListReposQuery
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UserCurrentListReposQuery
Auto Trait Implementations§
impl Freeze for UserCurrentListReposQuery
impl RefUnwindSafe for UserCurrentListReposQuery
impl Send for UserCurrentListReposQuery
impl Sync for UserCurrentListReposQuery
impl Unpin for UserCurrentListReposQuery
impl UnwindSafe for UserCurrentListReposQuery
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