[−][src]Struct rustfm_scraper::models::user::User
Response to a user.getInfo request
Returns information about a user's profile. Certain fields, such as bootstrap and images,
have been omitted from deserialization since they are not used in this application
Fields
gender: StringThe user's gender
name: StringThe user's username
subscriber: StringIndicates if the user is a subscriber to Last.fm
url: StringThe user's profile URL
country: StringThe user's country
registered: RegisteredThe date and time the user registered their profile, represented as a unix timestamp
See Registered
user_type: StringThe user's profile type. Could be a normal user or a staff user.
age: StringThe user's age
real_name: StringThe user's real name, if provided
Implementations
impl User[src]
pub fn playlists(&self) -> i32[src]
Get the number of playlists created by the user
pub fn playlists_formatted(&self) -> String[src]
Get the number of playlists created by the user, formatted according to the user's system locale
pub fn play_count(&self) -> i32[src]
Get the total number of scrobbles by the user
pub fn play_count_formatted(&self) -> String[src]
Trait Implementations
impl<'de> Deserialize<'de> for User[src]
pub fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,