pub struct Arguments {
pub repos: Vec<String>,
pub analysis: bool,
pub pagination: bool,
pub page_size: usize,
pub enable_line_editor: bool,
pub output_format: OutputFormatKind,
}
Expand description
Arguments for GitQL
Fields§
§repos: Vec<String>
§analysis: bool
§pagination: bool
§page_size: usize
§enable_line_editor: bool
§output_format: OutputFormatKind
Trait Implementations§
impl StructuralPartialEq for Arguments
Auto Trait Implementations§
impl Freeze for Arguments
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