pub struct CodexSettings {
pub session_id: Option<String>,
pub thread_id: Option<String>,
}Expand description
Codex OAuth typed routing settings.
Fields§
§session_id: Option<String>Provider session ID for Codex headers.
thread_id: Option<String>Provider thread ID for Codex headers.
Trait Implementations§
Source§impl Clone for CodexSettings
impl Clone for CodexSettings
Source§fn clone(&self) -> CodexSettings
fn clone(&self) -> CodexSettings
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 moreSource§impl Debug for CodexSettings
impl Debug for CodexSettings
Source§impl Default for CodexSettings
impl Default for CodexSettings
Source§fn default() -> CodexSettings
fn default() -> CodexSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodexSettings
impl<'de> Deserialize<'de> for CodexSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CodexSettings
Source§impl PartialEq for CodexSettings
impl PartialEq for CodexSettings
Source§impl Serialize for CodexSettings
impl Serialize for CodexSettings
impl StructuralPartialEq for CodexSettings
Auto Trait Implementations§
impl Freeze for CodexSettings
impl RefUnwindSafe for CodexSettings
impl Send for CodexSettings
impl Sync for CodexSettings
impl Unpin for CodexSettings
impl UnsafeUnpin for CodexSettings
impl UnwindSafe for CodexSettings
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