pub struct ExternalProfile {
pub external_corp_name: Option<String>,
pub wechat_channels: Option<WechatChannel>,
pub external_attr: Vec<ExtAttribute>,
}Fields§
§external_corp_name: Option<String>企业简称
wechat_channels: Option<WechatChannel>§external_attr: Vec<ExtAttribute>Trait Implementations§
Source§impl Debug for ExternalProfile
impl Debug for ExternalProfile
Source§impl Default for ExternalProfile
impl Default for ExternalProfile
Source§fn default() -> ExternalProfile
fn default() -> ExternalProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalProfile
impl<'de> Deserialize<'de> for ExternalProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ExternalProfile
impl RefUnwindSafe for ExternalProfile
impl Send for ExternalProfile
impl Sync for ExternalProfile
impl Unpin for ExternalProfile
impl UnwindSafe for ExternalProfile
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