[][src]Struct fy_cli_rust::model::Params

pub struct Params {
    pub q: String,
    pub salt: String,
    pub from: String,
    pub to: String,
    pub app_key: String,
    pub sign: String,
    pub sign_type: String,
    pub curtime: String,
    pub ext: Option<String>,
    pub voice: Option<String>,
    pub strict: Option<bool>,
    pub vocabld: Option<String>,
}

Fields

q: Stringsalt: Stringfrom: Stringto: Stringapp_key: Stringsign: Stringsign_type: Stringcurtime: Stringext: Option<String>voice: Option<String>strict: Option<bool>vocabld: Option<String>

Trait Implementations

impl Debug for Params[src]

impl Default for Params[src]

impl Serialize for Params[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,