pub struct AllowAllPolicy;Implementations§
Trait Implementations§
Source§impl Clone for AllowAllPolicy
impl Clone for AllowAllPolicy
Source§fn clone(&self) -> AllowAllPolicy
fn clone(&self) -> AllowAllPolicy
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 AllowAllPolicy
impl Debug for AllowAllPolicy
Source§impl Default for AllowAllPolicy
impl Default for AllowAllPolicy
Source§fn default() -> AllowAllPolicy
fn default() -> AllowAllPolicy
Returns the “default value” for a type. Read more
Source§impl PolicyEngine for AllowAllPolicy
impl PolicyEngine for AllowAllPolicy
Auto Trait Implementations§
impl Freeze for AllowAllPolicy
impl RefUnwindSafe for AllowAllPolicy
impl Send for AllowAllPolicy
impl Sync for AllowAllPolicy
impl Unpin for AllowAllPolicy
impl UnwindSafe for AllowAllPolicy
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