pub struct CodexAuth {
pub access_token: String,
pub account_id: Option<String>,
pub path: Option<PathBuf>,
}Fields§
§access_token: String§account_id: Option<String>§path: Option<PathBuf>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodexAuth
impl RefUnwindSafe for CodexAuth
impl Send for CodexAuth
impl Sync for CodexAuth
impl Unpin for CodexAuth
impl UnsafeUnpin for CodexAuth
impl UnwindSafe for CodexAuth
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