pub struct GroupOperationResult {
pub base_operation_result: BaseOperationResult,
pub group_id: Option<String>,
pub result: Option<GroupEntitlement>,
}Fields§
§base_operation_result: BaseOperationResult§group_id: Option<String>Identifier of the Group being acted upon
result: Option<GroupEntitlement>A group entity with additional properties including its license, extensions, and project membership
Implementations§
Trait Implementations§
Source§impl Clone for GroupOperationResult
impl Clone for GroupOperationResult
Source§fn clone(&self) -> GroupOperationResult
fn clone(&self) -> GroupOperationResult
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 GroupOperationResult
impl Debug for GroupOperationResult
Source§impl Default for GroupOperationResult
impl Default for GroupOperationResult
Source§fn default() -> GroupOperationResult
fn default() -> GroupOperationResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupOperationResult
impl<'de> Deserialize<'de> for GroupOperationResult
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 GroupOperationResult
impl PartialEq for GroupOperationResult
Source§impl Serialize for GroupOperationResult
impl Serialize for GroupOperationResult
impl StructuralPartialEq for GroupOperationResult
Auto Trait Implementations§
impl Freeze for GroupOperationResult
impl RefUnwindSafe for GroupOperationResult
impl Send for GroupOperationResult
impl Sync for GroupOperationResult
impl Unpin for GroupOperationResult
impl UnwindSafe for GroupOperationResult
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