pub struct CpContactUpdatePartyEvent {
pub target: String,
pub source: String,
pub create_time: i64,
pub event: String,
pub change_type: String,
pub msg_type: String,
pub id: i32,
pub parent_id: i32,
pub name: String,
}Expand description
更新部门事件
Fields§
§target: String§source: String§create_time: i64§event: String§change_type: String§msg_type: String§id: i32部门Id
parent_id: i32§name: String部门名称
Trait Implementations§
Source§impl Clone for CpContactUpdatePartyEvent
impl Clone for CpContactUpdatePartyEvent
Source§fn clone(&self) -> CpContactUpdatePartyEvent
fn clone(&self) -> CpContactUpdatePartyEvent
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 CpContactUpdatePartyEvent
impl Debug for CpContactUpdatePartyEvent
Source§impl<'de> Deserialize<'de> for CpContactUpdatePartyEvent
impl<'de> Deserialize<'de> for CpContactUpdatePartyEvent
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 CpContactUpdatePartyEvent
impl RefUnwindSafe for CpContactUpdatePartyEvent
impl Send for CpContactUpdatePartyEvent
impl Sync for CpContactUpdatePartyEvent
impl Unpin for CpContactUpdatePartyEvent
impl UnwindSafe for CpContactUpdatePartyEvent
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