pub struct OrganizationAutoEnrollStatusResponseModel {
pub object: Option<String>,
pub id: Option<Uuid>,
pub reset_password_enabled: Option<bool>,
}
Fields§
§object: Option<String>
§id: Option<Uuid>
§reset_password_enabled: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for OrganizationAutoEnrollStatusResponseModel
impl Clone for OrganizationAutoEnrollStatusResponseModel
Source§fn clone(&self) -> OrganizationAutoEnrollStatusResponseModel
fn clone(&self) -> OrganizationAutoEnrollStatusResponseModel
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 Default for OrganizationAutoEnrollStatusResponseModel
impl Default for OrganizationAutoEnrollStatusResponseModel
Source§fn default() -> OrganizationAutoEnrollStatusResponseModel
fn default() -> OrganizationAutoEnrollStatusResponseModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationAutoEnrollStatusResponseModel
impl<'de> Deserialize<'de> for OrganizationAutoEnrollStatusResponseModel
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 OrganizationAutoEnrollStatusResponseModel
impl PartialEq for OrganizationAutoEnrollStatusResponseModel
Source§fn eq(&self, other: &OrganizationAutoEnrollStatusResponseModel) -> bool
fn eq(&self, other: &OrganizationAutoEnrollStatusResponseModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OrganizationAutoEnrollStatusResponseModel
Auto Trait Implementations§
impl Freeze for OrganizationAutoEnrollStatusResponseModel
impl RefUnwindSafe for OrganizationAutoEnrollStatusResponseModel
impl Send for OrganizationAutoEnrollStatusResponseModel
impl Sync for OrganizationAutoEnrollStatusResponseModel
impl Unpin for OrganizationAutoEnrollStatusResponseModel
impl UnwindSafe for OrganizationAutoEnrollStatusResponseModel
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