pub struct JobTokenAuth { /* private fields */ }Expand description
Job token authentication (for CI/CD).
Implementations§
Trait Implementations§
Source§impl AuthStrategy for JobTokenAuth
impl AuthStrategy for JobTokenAuth
Source§impl Clone for JobTokenAuth
impl Clone for JobTokenAuth
Source§fn clone(&self) -> JobTokenAuth
fn clone(&self) -> JobTokenAuth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for JobTokenAuth
impl RefUnwindSafe for JobTokenAuth
impl Send for JobTokenAuth
impl Sync for JobTokenAuth
impl Unpin for JobTokenAuth
impl UnwindSafe for JobTokenAuth
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