Struct alfresco_sdk::models::structs::Company
source · pub struct Company {
pub organization: Option<String>,
pub address1: Option<String>,
pub address2: Option<String>,
pub address3: Option<String>,
pub postcode: Option<String>,
pub telephone: Option<String>,
pub fax: Option<String>,
pub email: Option<String>,
}
Fields§
§organization: Option<String>
§address1: Option<String>
§address2: Option<String>
§address3: Option<String>
§postcode: Option<String>
§telephone: Option<String>
§fax: Option<String>
§email: Option<String>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Company
impl<'de> Deserialize<'de> for Company
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 Company
impl Send for Company
impl Sync for Company
impl Unpin for Company
impl UnwindSafe for Company
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