pub struct FollowedUser {
pub userid: Option<String>,
pub remark: Option<String>,
pub description: Option<String>,
pub state: Option<String>,
pub remark_company: Option<String>,
pub remark_corp_name: Option<String>,
pub add_way: Option<u8>,
pub oper_userid: Option<String>,
pub tags: Option<Vec<FollowedUserTag>>,
pub remark_mobiles: Option<Vec<String>>,
pub tag_id: Option<Vec<String>>,
pub createtime: Option<i64>,
}
Expand description
添加了外部联系人的企业成员
Fields§
§userid: Option<String>
§remark: Option<String>
§description: Option<String>
§state: Option<String>
§remark_company: Option<String>
§remark_corp_name: Option<String>
§add_way: Option<u8>
§oper_userid: Option<String>
获取客户详情 接口专用
remark_mobiles: Option<Vec<String>>
§tag_id: Option<Vec<String>>
批量获取客户详情 接口专用
createtime: Option<i64>
Trait Implementations§
Source§impl Clone for FollowedUser
impl Clone for FollowedUser
Source§fn clone(&self) -> FollowedUser
fn clone(&self) -> FollowedUser
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FollowedUser
impl Debug for FollowedUser
Source§impl<'de> Deserialize<'de> for FollowedUser
impl<'de> Deserialize<'de> for FollowedUser
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 FollowedUser
impl RefUnwindSafe for FollowedUser
impl Send for FollowedUser
impl Sync for FollowedUser
impl Unpin for FollowedUser
impl UnwindSafe for FollowedUser
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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