Struct alfresco_sdk::models::structs::PersonBodyUpdate
source · pub struct PersonBodyUpdate {Show 19 fields
pub id: Option<String>,
pub first_name: Option<String>,
pub last_name: Option<String>,
pub description: Option<String>,
pub email: Option<String>,
pub skype_id: Option<String>,
pub google_id: Option<String>,
pub instant_message_id: Option<String>,
pub job_title: Option<String>,
pub location: Option<String>,
pub company: Option<Company>,
pub mobile: Option<String>,
pub telephone: Option<String>,
pub user_status: Option<String>,
pub enabled: Option<bool>,
pub email_notifications_enabled: Option<bool>,
pub password: Option<String>,
pub aspect_names: Option<Vec<String>>,
pub properties: Option<AnyObj>,
}
Fields§
§id: Option<String>
§first_name: Option<String>
§last_name: Option<String>
§description: Option<String>
§email: Option<String>
§skype_id: Option<String>
§google_id: Option<String>
§instant_message_id: Option<String>
§job_title: Option<String>
§location: Option<String>
§company: Option<Company>
§mobile: Option<String>
§telephone: Option<String>
§user_status: Option<String>
§enabled: Option<bool>
§email_notifications_enabled: Option<bool>
§password: Option<String>
§aspect_names: Option<Vec<String>>
§properties: Option<AnyObj>
Trait Implementations§
source§impl Clone for PersonBodyUpdate
impl Clone for PersonBodyUpdate
source§fn clone(&self) -> PersonBodyUpdate
fn clone(&self) -> PersonBodyUpdate
Returns a copy 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 PersonBodyUpdate
impl Debug for PersonBodyUpdate
source§impl<'de> Deserialize<'de> for PersonBodyUpdate
impl<'de> Deserialize<'de> for PersonBodyUpdate
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 RefUnwindSafe for PersonBodyUpdate
impl Send for PersonBodyUpdate
impl Sync for PersonBodyUpdate
impl Unpin for PersonBodyUpdate
impl UnwindSafe for PersonBodyUpdate
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