pub struct ContactListSubDepartmentIdsRequest {
pub dept_id: i64,
pub language: Option<String>,
}Expand description
Public webhook and enterprise request/response helper types. Re-exported enterprise request/response types. Request for listing child department ids.
Fields§
§dept_id: i64Department id.
language: Option<String>Language code (for example zh_CN).
Implementations§
Trait Implementations§
Source§impl Clone for ContactListSubDepartmentIdsRequest
impl Clone for ContactListSubDepartmentIdsRequest
Source§fn clone(&self) -> ContactListSubDepartmentIdsRequest
fn clone(&self) -> ContactListSubDepartmentIdsRequest
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 moreAuto Trait Implementations§
impl Freeze for ContactListSubDepartmentIdsRequest
impl RefUnwindSafe for ContactListSubDepartmentIdsRequest
impl Send for ContactListSubDepartmentIdsRequest
impl Sync for ContactListSubDepartmentIdsRequest
impl Unpin for ContactListSubDepartmentIdsRequest
impl UnsafeUnpin for ContactListSubDepartmentIdsRequest
impl UnwindSafe for ContactListSubDepartmentIdsRequest
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