pub struct StaticTokenAuth { /* private fields */ }Expand description
Static bearer token from the environment (RIGG_ACCESS_TOKEN).
Useful for CI systems that mint tokens out-of-band, and for tests.
Trait Implementations§
Source§impl AuthProvider for StaticTokenAuth
impl AuthProvider for StaticTokenAuth
Auto Trait Implementations§
impl Freeze for StaticTokenAuth
impl RefUnwindSafe for StaticTokenAuth
impl Send for StaticTokenAuth
impl Sync for StaticTokenAuth
impl Unpin for StaticTokenAuth
impl UnsafeUnpin for StaticTokenAuth
impl UnwindSafe for StaticTokenAuth
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