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