pub struct KeychainPayload {
pub claude_ai_oauth: Option<OAuthData>,
}Fields§
§claude_ai_oauth: Option<OAuthData>Trait Implementations§
Source§impl Debug for KeychainPayload
impl Debug for KeychainPayload
Source§impl<'de> Deserialize<'de> for KeychainPayload
impl<'de> Deserialize<'de> for KeychainPayload
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 KeychainPayload
impl RefUnwindSafe for KeychainPayload
impl Send for KeychainPayload
impl Sync for KeychainPayload
impl Unpin for KeychainPayload
impl UnsafeUnpin for KeychainPayload
impl UnwindSafe for KeychainPayload
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