pub struct ApimodelsSecurityFramework {
pub authority: String,
pub description: Option<String>,
pub name: String,
pub uuid: Option<String>,
pub version: String,
}Fields§
§description: Option<String>§name: String§uuid: Option<String>§version: StringImplementations§
Trait Implementations§
Source§impl Clone for ApimodelsSecurityFramework
impl Clone for ApimodelsSecurityFramework
Source§fn clone(&self) -> ApimodelsSecurityFramework
fn clone(&self) -> ApimodelsSecurityFramework
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 ApimodelsSecurityFramework
impl Debug for ApimodelsSecurityFramework
Source§impl Default for ApimodelsSecurityFramework
impl Default for ApimodelsSecurityFramework
Source§fn default() -> ApimodelsSecurityFramework
fn default() -> ApimodelsSecurityFramework
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApimodelsSecurityFramework
impl<'de> Deserialize<'de> for ApimodelsSecurityFramework
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
impl StructuralPartialEq for ApimodelsSecurityFramework
Auto Trait Implementations§
impl Freeze for ApimodelsSecurityFramework
impl RefUnwindSafe for ApimodelsSecurityFramework
impl Send for ApimodelsSecurityFramework
impl Sync for ApimodelsSecurityFramework
impl Unpin for ApimodelsSecurityFramework
impl UnwindSafe for ApimodelsSecurityFramework
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