Struct spotify_rs::auth::AuthCodeFlow
source · pub struct AuthCodeFlow {
pub client_id: String,
pub client_secret: String,
pub scopes: Vec<Scope>,
}Fields§
§client_id: String§client_secret: String§scopes: Vec<Scope>Implementations§
Trait Implementations§
source§impl AuthFlow for AuthCodeFlow
impl AuthFlow for AuthCodeFlow
source§impl Clone for AuthCodeFlow
impl Clone for AuthCodeFlow
source§fn clone(&self) -> AuthCodeFlow
fn clone(&self) -> AuthCodeFlow
Returns a copy 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 Debug for AuthCodeFlow
impl Debug for AuthCodeFlow
impl Authorised for AuthCodeFlow
impl Refreshable for AuthCodeFlow
Auto Trait Implementations§
impl RefUnwindSafe for AuthCodeFlow
impl Send for AuthCodeFlow
impl Sync for AuthCodeFlow
impl Unpin for AuthCodeFlow
impl UnwindSafe for AuthCodeFlow
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