Struct spotify_rs::auth::UnAuthenticated
source · pub struct UnAuthenticated;Trait Implementations§
source§impl Clone for UnAuthenticated
impl Clone for UnAuthenticated
source§fn clone(&self) -> UnAuthenticated
fn clone(&self) -> UnAuthenticated
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 UnAuthenticated
impl Debug for UnAuthenticated
impl AuthenticationState for UnAuthenticated
impl Copy for UnAuthenticated
Auto Trait Implementations§
impl RefUnwindSafe for UnAuthenticated
impl Send for UnAuthenticated
impl Sync for UnAuthenticated
impl Unpin for UnAuthenticated
impl UnwindSafe for UnAuthenticated
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