Struct spotify_rs::auth::Authorisation
source · pub struct Authorisation {
pub url: Url,
/* private fields */
}Expand description
Holds the URL, and CSRF token..
Fields§
§url: UrlTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Authorisation
impl Send for Authorisation
impl Sync for Authorisation
impl Unpin for Authorisation
impl UnwindSafe for Authorisation
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