pub struct DirectorySchema {
pub displayName: Option<String>,
pub etag: Option<String>,
pub fields: Option<Vec<DirectorySchemaFieldSpec>>,
pub kind: Option<String>,
pub schemaId: Option<String>,
pub schemaName: Option<String>,
}Fields§
§displayName: Option<String>§etag: Option<String>§fields: Option<Vec<DirectorySchemaFieldSpec>>§kind: Option<String>§schemaId: Option<String>§schemaName: Option<String>Trait Implementations§
Source§impl Debug for DirectorySchema
impl Debug for DirectorySchema
Source§impl<'de> Deserialize<'de> for DirectorySchema
impl<'de> Deserialize<'de> for DirectorySchema
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
Auto Trait Implementations§
impl Freeze for DirectorySchema
impl RefUnwindSafe for DirectorySchema
impl Send for DirectorySchema
impl Sync for DirectorySchema
impl Unpin for DirectorySchema
impl UnwindSafe for DirectorySchema
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