pub struct RepoListOptions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for RepoListOptions
impl Default for RepoListOptions
Source§fn default() -> RepoListOptions
fn default() -> RepoListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepoListOptions
impl RefUnwindSafe for RepoListOptions
impl Send for RepoListOptions
impl Sync for RepoListOptions
impl Unpin for RepoListOptions
impl UnwindSafe for RepoListOptions
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