Enum gr::cli::browse::BrowseOptions
source · pub enum BrowseOptions {
Repo,
MergeRequests,
MergeRequestId(i64),
Pipelines,
}Variants§
Trait Implementations§
source§impl Debug for BrowseOptions
impl Debug for BrowseOptions
source§impl From<BrowseCommand> for BrowseOptions
impl From<BrowseCommand> for BrowseOptions
source§fn from(options: BrowseCommand) -> Self
fn from(options: BrowseCommand) -> Self
Converts to this type from the input type.
source§impl PartialEq for BrowseOptions
impl PartialEq for BrowseOptions
source§fn eq(&self, other: &BrowseOptions) -> bool
fn eq(&self, other: &BrowseOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BrowseOptions
Auto Trait Implementations§
impl Freeze for BrowseOptions
impl RefUnwindSafe for BrowseOptions
impl Send for BrowseOptions
impl Sync for BrowseOptions
impl Unpin for BrowseOptions
impl UnwindSafe for BrowseOptions
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