pub struct ProxyConfigV4 {
pub version: u32,
pub codex: ServiceViewV4,
pub claude: ServiceViewV4,
pub retry: RetryConfig,
pub notify: NotifyConfig,
pub default_service: Option<ServiceKind>,
pub ui: UiConfig,
}Fields§
§version: u32§codex: ServiceViewV4§claude: ServiceViewV4§retry: RetryConfig§notify: NotifyConfig§default_service: Option<ServiceKind>§ui: UiConfigImplementations§
Source§impl ProxyConfigV4
impl ProxyConfigV4
pub fn sync_routing_compat_from_graph(&mut self)
Trait Implementations§
Source§impl Clone for ProxyConfigV4
impl Clone for ProxyConfigV4
Source§fn clone(&self) -> ProxyConfigV4
fn clone(&self) -> ProxyConfigV4
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 ProxyConfigV4
impl Debug for ProxyConfigV4
Source§impl Default for ProxyConfigV4
impl Default for ProxyConfigV4
Source§impl<'de> Deserialize<'de> for ProxyConfigV4
impl<'de> Deserialize<'de> for ProxyConfigV4
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
Auto Trait Implementations§
impl Freeze for ProxyConfigV4
impl RefUnwindSafe for ProxyConfigV4
impl Send for ProxyConfigV4
impl Sync for ProxyConfigV4
impl Unpin for ProxyConfigV4
impl UnsafeUnpin for ProxyConfigV4
impl UnwindSafe for ProxyConfigV4
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