pub struct GroupResponseModel {
pub object: Option<String>,
pub id: Option<String>,
pub organization_id: Option<String>,
pub name: Option<String>,
pub access_all: Option<bool>,
pub external_id: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<String>
§organization_id: Option<String>
§name: Option<String>
§access_all: Option<bool>
§external_id: Option<String>
Implementations§
source§impl GroupResponseModel
impl GroupResponseModel
pub fn new() -> GroupResponseModel
Trait Implementations§
source§impl Clone for GroupResponseModel
impl Clone for GroupResponseModel
source§fn clone(&self) -> GroupResponseModel
fn clone(&self) -> GroupResponseModel
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 GroupResponseModel
impl Debug for GroupResponseModel
source§impl Default for GroupResponseModel
impl Default for GroupResponseModel
source§fn default() -> GroupResponseModel
fn default() -> GroupResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GroupResponseModel
impl<'de> Deserialize<'de> for GroupResponseModel
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<GroupResponseModel> for GroupResponseModel
impl PartialEq<GroupResponseModel> for GroupResponseModel
source§fn eq(&self, other: &GroupResponseModel) -> bool
fn eq(&self, other: &GroupResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.