pub struct TargetResource {
pub id: String,
pub display_name: String,
pub _type: String,
pub user_principal_name: String,
pub group_type: GroupType,
pub modified_properties: Vec<ModifiedProperty>,
}
Fields§
§id: String
§display_name: String
§_type: String
§user_principal_name: String
§group_type: GroupType
§modified_properties: Vec<ModifiedProperty>
Trait Implementations§
Source§impl Clone for TargetResource
impl Clone for TargetResource
Source§fn clone(&self) -> TargetResource
fn clone(&self) -> TargetResource
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 TargetResource
impl Debug for TargetResource
Source§impl<'de> Deserialize<'de> for TargetResource
impl<'de> Deserialize<'de> for TargetResource
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 TargetResource
impl PartialEq for TargetResource
Source§impl Serialize for TargetResource
impl Serialize for TargetResource
impl Eq for TargetResource
impl StructuralPartialEq for TargetResource
Auto Trait Implementations§
impl Freeze for TargetResource
impl RefUnwindSafe for TargetResource
impl Send for TargetResource
impl Sync for TargetResource
impl Unpin for TargetResource
impl UnwindSafe for TargetResource
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