pub struct IdentitySchemaContainer {
pub id: Option<String>,
pub schema: Option<Value>,
}Expand description
IdentitySchemaContainer : An Identity JSON Schema Container
Fields§
§id: Option<String>The ID of the Identity JSON Schema
schema: Option<Value>The actual Identity JSON Schema
Implementations§
Source§impl IdentitySchemaContainer
impl IdentitySchemaContainer
Sourcepub fn new() -> IdentitySchemaContainer
pub fn new() -> IdentitySchemaContainer
An Identity JSON Schema Container
Trait Implementations§
Source§impl Clone for IdentitySchemaContainer
impl Clone for IdentitySchemaContainer
Source§fn clone(&self) -> IdentitySchemaContainer
fn clone(&self) -> IdentitySchemaContainer
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 IdentitySchemaContainer
impl Debug for IdentitySchemaContainer
Source§impl Default for IdentitySchemaContainer
impl Default for IdentitySchemaContainer
Source§fn default() -> IdentitySchemaContainer
fn default() -> IdentitySchemaContainer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentitySchemaContainer
impl<'de> Deserialize<'de> for IdentitySchemaContainer
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 IdentitySchemaContainer
impl PartialEq for IdentitySchemaContainer
Source§impl Serialize for IdentitySchemaContainer
impl Serialize for IdentitySchemaContainer
impl StructuralPartialEq for IdentitySchemaContainer
Auto Trait Implementations§
impl Freeze for IdentitySchemaContainer
impl RefUnwindSafe for IdentitySchemaContainer
impl Send for IdentitySchemaContainer
impl Sync for IdentitySchemaContainer
impl Unpin for IdentitySchemaContainer
impl UnwindSafe for IdentitySchemaContainer
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