pub struct CodexAuthConfig { /* private fields */ }Expand description
Fully resolved auth posture. The custom-provider key is deliberately
private and this type has no Debug implementation, preventing accidental
secret logging from executor/spec diagnostics.
Implementations§
Source§impl CodexAuthConfig
impl CodexAuthConfig
pub fn inherit() -> Self
pub fn mode(&self) -> CodexAuthMode
Trait Implementations§
Source§impl Clone for CodexAuthConfig
impl Clone for CodexAuthConfig
Source§fn clone(&self) -> CodexAuthConfig
fn clone(&self) -> CodexAuthConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CodexAuthConfig
impl RefUnwindSafe for CodexAuthConfig
impl Send for CodexAuthConfig
impl Sync for CodexAuthConfig
impl Unpin for CodexAuthConfig
impl UnsafeUnpin for CodexAuthConfig
impl UnwindSafe for CodexAuthConfig
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