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