pub struct Spotify {
pub authorization: String,
}Fields§
Implementations§
Auto Trait Implementations§
impl Freeze for Spotify
impl RefUnwindSafe for Spotify
impl Send for Spotify
impl Sync for Spotify
impl Unpin for Spotify
impl UnsafeUnpin for Spotify
impl UnwindSafe for Spotify
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