pub struct AuthRecoveryNotification {
pub message: String,
pub provider: String,
pub thread_id: String,
pub turn_id: String,
}Expand description
modelProvider/authRecoveryStarted / modelProvider/authRecoveryCompleted
params — the server is re-establishing a model provider’s credentials
mid-turn (0.148 upstream).
Fields§
§message: String§provider: String§thread_id: String§turn_id: StringTrait Implementations§
Source§impl Clone for AuthRecoveryNotification
impl Clone for AuthRecoveryNotification
Source§fn clone(&self) -> AuthRecoveryNotification
fn clone(&self) -> AuthRecoveryNotification
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 AuthRecoveryNotification
impl Debug for AuthRecoveryNotification
Source§impl Default for AuthRecoveryNotification
impl Default for AuthRecoveryNotification
Source§fn default() -> AuthRecoveryNotification
fn default() -> AuthRecoveryNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthRecoveryNotification
impl<'de> Deserialize<'de> for AuthRecoveryNotification
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
Source§impl PartialEq for AuthRecoveryNotification
impl PartialEq for AuthRecoveryNotification
Source§impl Serialize for AuthRecoveryNotification
impl Serialize for AuthRecoveryNotification
impl StructuralPartialEq for AuthRecoveryNotification
Auto Trait Implementations§
impl Freeze for AuthRecoveryNotification
impl RefUnwindSafe for AuthRecoveryNotification
impl Send for AuthRecoveryNotification
impl Sync for AuthRecoveryNotification
impl Unpin for AuthRecoveryNotification
impl UnsafeUnpin for AuthRecoveryNotification
impl UnwindSafe for AuthRecoveryNotification
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