pub struct AllowAllPolicy {}Expand description
Default policy that allows all reads and writes.
Trait Implementations§
Source§impl AccessPolicy for AllowAllPolicy
impl AccessPolicy 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
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