Struct flipt::NoneAuthentication
source · pub struct NoneAuthentication {}Implementations§
Trait Implementations§
source§impl AuthenticationStrategy for NoneAuthentication
impl AuthenticationStrategy for NoneAuthentication
fn authenticate(self) -> HeaderMap
Auto Trait Implementations§
impl Freeze for NoneAuthentication
impl RefUnwindSafe for NoneAuthentication
impl Send for NoneAuthentication
impl Sync for NoneAuthentication
impl Unpin for NoneAuthentication
impl UnwindSafe for NoneAuthentication
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