pub struct AllowAll;Expand description
The default authenticator: permits everything. Selected when the builder is given none, preserving the engine’s zero-policy default.
Trait Implementations§
impl Copy for AllowAll
Source§impl StreamAuthenticator for AllowAll
impl StreamAuthenticator for AllowAll
Decide whether
creds may subscribe to key.Auto Trait Implementations§
impl Freeze for AllowAll
impl RefUnwindSafe for AllowAll
impl Send for AllowAll
impl Sync for AllowAll
impl Unpin for AllowAll
impl UnsafeUnpin for AllowAll
impl UnwindSafe for AllowAll
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