pub struct OAuthCredentials {
pub client_id: String,
pub client_secret: String,
}Fields§
§client_id: String§client_secret: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OAuthCredentials
impl RefUnwindSafe for OAuthCredentials
impl Send for OAuthCredentials
impl Sync for OAuthCredentials
impl Unpin for OAuthCredentials
impl UnwindSafe for OAuthCredentials
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