[][src]Struct wechat_mp::customservice::KfAccount

pub struct KfAccount {
    pub account: String,
    pub nickname: String,
    pub id: String,
    pub headimageurl: String,
}

客服消息

客服账号

Fields

account: String

完整客服账号,格式为:账号前缀@公众号微信号

nickname: String

客服昵称,最长6个汉字或12个英文字符

id: String

客服工号

headimageurl: String

Trait Implementations

impl Clone for KfAccount[src]

impl Debug for KfAccount[src]

impl<'de> Deserialize<'de> for KfAccount[src]

impl Serialize for KfAccount[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any

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

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

impl<T> CloneAny for T where
    T: Clone + Any

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Interface for T where
    T: Send + Sync + Any
[src]

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

impl<T> ModuleInterface for T where
    T: Send + Sync + Any
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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>,