Enum gr::cli::trending::TrendingOptions
source · pub enum TrendingOptions {
Get(TrendingCliArgs),
}Variants§
Get(TrendingCliArgs)
Trait Implementations§
source§impl From<TrendingCommand> for TrendingOptions
impl From<TrendingCommand> for TrendingOptions
source§fn from(options: TrendingCommand) -> Self
fn from(options: TrendingCommand) -> Self
Converts to this type from the input type.
source§impl From<TrendingOptions> for TrendingCliArgs
impl From<TrendingOptions> for TrendingCliArgs
source§fn from(options: TrendingOptions) -> Self
fn from(options: TrendingOptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TrendingOptions
impl RefUnwindSafe for TrendingOptions
impl Send for TrendingOptions
impl Sync for TrendingOptions
impl Unpin for TrendingOptions
impl UnwindSafe for TrendingOptions
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