pub struct Arguments {
pub repos: Vec<String>,
pub analysis: bool,
pub pagination: bool,
pub page_size: usize,
}
Expand description
Arguments for GitQL
Fields§
§repos: Vec<String>
§analysis: bool
§pagination: bool
§page_size: usize
Trait Implementations§
source§impl PartialEq for Arguments
impl PartialEq for Arguments
impl StructuralPartialEq for Arguments
Auto Trait Implementations§
impl RefUnwindSafe for Arguments
impl Send for Arguments
impl Sync for Arguments
impl Unpin for Arguments
impl UnwindSafe for Arguments
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