Struct spotify_rs::auth::ClientCredsFlow
source · pub struct ClientCredsFlow {
pub client_id: String,
pub client_secret: String,
}Fields§
§client_id: String§client_secret: StringImplementations§
Trait Implementations§
source§impl AuthFlow for ClientCredsFlow
impl AuthFlow for ClientCredsFlow
source§impl Clone for ClientCredsFlow
impl Clone for ClientCredsFlow
source§fn clone(&self) -> ClientCredsFlow
fn clone(&self) -> ClientCredsFlow
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 moreAuto Trait Implementations§
impl Freeze for ClientCredsFlow
impl RefUnwindSafe for ClientCredsFlow
impl Send for ClientCredsFlow
impl Sync for ClientCredsFlow
impl Unpin for ClientCredsFlow
impl UnwindSafe for ClientCredsFlow
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)