pub enum UserDataField {
Lengthvotes,
LengthvotesSum,
}Variants§
Lengthvotes
The number of play time votes this user has submitted
LengthvotesSum
The sum of the user’s play time votes in minutes
Trait Implementations§
Source§impl IntoEnumIterator for UserDataField
impl IntoEnumIterator for UserDataField
type Iterator = UserDataFieldIter
fn iter() -> UserDataFieldIter ⓘ
Auto Trait Implementations§
impl Freeze for UserDataField
impl RefUnwindSafe for UserDataField
impl Send for UserDataField
impl Sync for UserDataField
impl Unpin for UserDataField
impl UnwindSafe for UserDataField
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