pub struct DirectoryObjectPartnerReference {
pub description: String,
pub display_name: String,
pub external_partner_tenant_id: String,
pub object_type: String,
}
Fields§
§description: String
§display_name: String
§external_partner_tenant_id: String
§object_type: String
Trait Implementations§
Source§impl Clone for DirectoryObjectPartnerReference
impl Clone for DirectoryObjectPartnerReference
Source§fn clone(&self) -> DirectoryObjectPartnerReference
fn clone(&self) -> DirectoryObjectPartnerReference
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<'de> Deserialize<'de> for DirectoryObjectPartnerReference
impl<'de> Deserialize<'de> for DirectoryObjectPartnerReference
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
Source§impl PartialEq for DirectoryObjectPartnerReference
impl PartialEq for DirectoryObjectPartnerReference
Source§fn eq(&self, other: &DirectoryObjectPartnerReference) -> bool
fn eq(&self, other: &DirectoryObjectPartnerReference) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DirectoryObjectPartnerReference
impl StructuralPartialEq for DirectoryObjectPartnerReference
Auto Trait Implementations§
impl Freeze for DirectoryObjectPartnerReference
impl RefUnwindSafe for DirectoryObjectPartnerReference
impl Send for DirectoryObjectPartnerReference
impl Sync for DirectoryObjectPartnerReference
impl Unpin for DirectoryObjectPartnerReference
impl UnwindSafe for DirectoryObjectPartnerReference
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