pub struct ChatgptAuthTokensRefreshParams {
pub reason: String,
pub previous_account_id: Option<String>,
pub extra: Map<String, Value>,
}Fields§
§reason: String§previous_account_id: Option<String>§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for ChatgptAuthTokensRefreshParams
impl Clone for ChatgptAuthTokensRefreshParams
Source§fn clone(&self) -> ChatgptAuthTokensRefreshParams
fn clone(&self) -> ChatgptAuthTokensRefreshParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ChatgptAuthTokensRefreshParams
impl<'de> Deserialize<'de> for ChatgptAuthTokensRefreshParams
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 ChatgptAuthTokensRefreshParams
impl RefUnwindSafe for ChatgptAuthTokensRefreshParams
impl Send for ChatgptAuthTokensRefreshParams
impl Sync for ChatgptAuthTokensRefreshParams
impl Unpin for ChatgptAuthTokensRefreshParams
impl UnsafeUnpin for ChatgptAuthTokensRefreshParams
impl UnwindSafe for ChatgptAuthTokensRefreshParams
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