[−][src]Struct rustfm_scraper::app::Fetch
A subcommand for fetching your listening history from Last.fm
Fields
username: Option<String>A Last.fm username
page: Option<i32>The page number to fetch. Defaults to first page.
limit: Option<i32>The number of results to fetch per page. Defaults to 50. Maximum is 200.
from: Option<i64>Beginning timestamp of a range - only display scrobbles after this time, in UNIX timestamp format
to: Option<i64>End timestamp of a range - only display scrobbles before this time, in UNIX timestamp format
new_file: boolCreate new file, rather than append tracks to an existing file
current_day: boolFetches all new tracks from beginning of current day, rather than since last saved track
file_format: Option<String>Specify which file format to use. Defaults to json
Trait Implementations
impl Clap for Fetch[src]
pub fn parse() -> Self[src]
pub fn try_parse() -> Result<Self, Error>[src]
pub fn parse_from<I, T>(itr: I) -> Self where
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone, [src]
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone, [src]
I: IntoIterator<Item = T>,
T: Into<OsString> + Clone,
impl FromArgMatches for Fetch[src]
pub fn from_arg_matches(matches: &ArgMatches) -> Self[src]
impl IntoApp for Fetch[src]
Auto Trait Implementations
impl RefUnwindSafe for Fetch
impl Send for Fetch
impl Sync for Fetch
impl Unpin for Fetch
impl UnwindSafe for Fetch
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> 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>,