pub struct ClientInformation {
pub refresh_token: String,
pub client_id: String,
pub client_secret: String,
pub country_marketplace: CountryMarketplace,
}Fields§
§refresh_token: String§client_id: String§client_secret: String§country_marketplace: CountryMarketplaceAuto Trait Implementations§
impl Freeze for ClientInformation
impl RefUnwindSafe for ClientInformation
impl Send for ClientInformation
impl Sync for ClientInformation
impl Unpin for ClientInformation
impl UnwindSafe for ClientInformation
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