pub struct CpTpContactCreatePartyEvent {
pub suite_id: String,
pub info_type: String,
pub time: i64,
pub auth_corp_id: String,
pub change_type: String,
pub id: i32,
pub parent_id: i32,
pub name: String,
pub order: i32,
}Expand description
新增部门事件
Fields§
§suite_id: String第三方应用ID
info_type: String§time: i64§auth_corp_id: String授权企业的CorpID
change_type: String§id: i32部门Id
parent_id: i32父部门id
name: String部门名称
order: i32部门排序
Trait Implementations§
Source§impl Clone for CpTpContactCreatePartyEvent
impl Clone for CpTpContactCreatePartyEvent
Source§fn clone(&self) -> CpTpContactCreatePartyEvent
fn clone(&self) -> CpTpContactCreatePartyEvent
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 CpTpContactCreatePartyEvent
impl Debug for CpTpContactCreatePartyEvent
Source§impl<'de> Deserialize<'de> for CpTpContactCreatePartyEvent
impl<'de> Deserialize<'de> for CpTpContactCreatePartyEvent
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 CpTpContactCreatePartyEvent
impl RefUnwindSafe for CpTpContactCreatePartyEvent
impl Send for CpTpContactCreatePartyEvent
impl Sync for CpTpContactCreatePartyEvent
impl Unpin for CpTpContactCreatePartyEvent
impl UnwindSafe for CpTpContactCreatePartyEvent
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