pub struct SecurityStateModel {
pub security_state: Option<String>,
pub security_version: i32,
}Fields§
§security_state: Option<String>§security_version: i32Implementations§
Trait Implementations§
Source§impl Clone for SecurityStateModel
impl Clone for SecurityStateModel
Source§fn clone(&self) -> SecurityStateModel
fn clone(&self) -> SecurityStateModel
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 SecurityStateModel
impl Debug for SecurityStateModel
Source§impl Default for SecurityStateModel
impl Default for SecurityStateModel
Source§fn default() -> SecurityStateModel
fn default() -> SecurityStateModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecurityStateModel
impl<'de> Deserialize<'de> for SecurityStateModel
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 SecurityStateModel
impl PartialEq for SecurityStateModel
Source§impl Serialize for SecurityStateModel
impl Serialize for SecurityStateModel
impl StructuralPartialEq for SecurityStateModel
Auto Trait Implementations§
impl Freeze for SecurityStateModel
impl RefUnwindSafe for SecurityStateModel
impl Send for SecurityStateModel
impl Sync for SecurityStateModel
impl Unpin for SecurityStateModel
impl UnwindSafe for SecurityStateModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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