pub struct AuthzConfig {
pub hook: AuthzHookConfig,
}Fields§
§hook: AuthzHookConfigTrait Implementations§
Source§impl Clone for AuthzConfig
impl Clone for AuthzConfig
Source§fn clone(&self) -> AuthzConfig
fn clone(&self) -> AuthzConfig
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 AuthzConfig
impl Debug for AuthzConfig
Source§impl<'de> Deserialize<'de> for AuthzConfig
impl<'de> Deserialize<'de> for AuthzConfig
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 AuthzConfig
impl RefUnwindSafe for AuthzConfig
impl Send for AuthzConfig
impl Sync for AuthzConfig
impl Unpin for AuthzConfig
impl UnsafeUnpin for AuthzConfig
impl UnwindSafe for AuthzConfig
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