pub struct AuthorizationSchema {
pub resource_types: Option<TypeMap<String, ResourceType>>,
}Fields§
§resource_types: Option<TypeMap<String, ResourceType>>Trait Implementations§
Source§impl Clone for AuthorizationSchema
impl Clone for AuthorizationSchema
Source§fn clone(&self) -> AuthorizationSchema
fn clone(&self) -> AuthorizationSchema
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthorizationSchema
impl Debug for AuthorizationSchema
Source§impl Default for AuthorizationSchema
impl Default for AuthorizationSchema
Source§fn default() -> AuthorizationSchema
fn default() -> AuthorizationSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizationSchema
impl<'de> Deserialize<'de> for AuthorizationSchema
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 Eq for AuthorizationSchema
Source§impl PartialEq for AuthorizationSchema
impl PartialEq for AuthorizationSchema
Source§fn eq(&self, other: &AuthorizationSchema) -> bool
fn eq(&self, other: &AuthorizationSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthorizationSchema
impl Serialize for AuthorizationSchema
impl StructuralPartialEq for AuthorizationSchema
Auto Trait Implementations§
impl Freeze for AuthorizationSchema
impl RefUnwindSafe for AuthorizationSchema
impl Send for AuthorizationSchema
impl Sync for AuthorizationSchema
impl Unpin for AuthorizationSchema
impl UnsafeUnpin for AuthorizationSchema
impl UnwindSafe for AuthorizationSchema
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