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 Freeze for AuthCodePkceFlow
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)