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