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