pub struct AllowAllAccessGate;Expand description
Permissive gate: every request is Allowed.
Trait Implementations§
Source§impl AccessGate for AllowAllAccessGate
impl AccessGate for AllowAllAccessGate
Source§impl Clone for AllowAllAccessGate
impl Clone for AllowAllAccessGate
Source§fn clone(&self) -> AllowAllAccessGate
fn clone(&self) -> AllowAllAccessGate
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 moreimpl Copy for AllowAllAccessGate
Source§impl Debug for AllowAllAccessGate
impl Debug for AllowAllAccessGate
Source§impl Default for AllowAllAccessGate
impl Default for AllowAllAccessGate
Source§fn default() -> AllowAllAccessGate
fn default() -> AllowAllAccessGate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllowAllAccessGate
impl RefUnwindSafe for AllowAllAccessGate
impl Send for AllowAllAccessGate
impl Sync for AllowAllAccessGate
impl Unpin for AllowAllAccessGate
impl UnsafeUnpin for AllowAllAccessGate
impl UnwindSafe for AllowAllAccessGate
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