Struct gr::cmds::trending::TrendingCliArgs
source · pub struct TrendingCliArgs {
pub language: String,
pub get_args: GetRemoteCliArgs,
pub flush: bool,
}Fields§
§language: String§get_args: GetRemoteCliArgs§flush: boolTrait Implementations§
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 TrendingCliArgs
impl RefUnwindSafe for TrendingCliArgs
impl Send for TrendingCliArgs
impl Sync for TrendingCliArgs
impl Unpin for TrendingCliArgs
impl UnwindSafe for TrendingCliArgs
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