Struct ytmapi_rs::query::GetHistoryQuery
source · pub struct GetHistoryQuery;Trait Implementations§
source§impl ParseFrom<GetHistoryQuery> for Vec<HistoryPeriod>
impl ParseFrom<GetHistoryQuery> for Vec<HistoryPeriod>
fn parse_from(p: ProcessedResult<'_, GetHistoryQuery>) -> Result<Self>
source§impl PostQuery for GetHistoryQuery
impl PostQuery for GetHistoryQuery
source§impl<A: AuthToken> Query<A> for GetHistoryQuery
impl<A: AuthToken> Query<A> for GetHistoryQuery
type Output = Vec<HistoryPeriod>
type Method = PostMethod
Auto Trait Implementations§
impl Freeze for GetHistoryQuery
impl RefUnwindSafe for GetHistoryQuery
impl Send for GetHistoryQuery
impl Sync for GetHistoryQuery
impl Unpin for GetHistoryQuery
impl UnwindSafe for GetHistoryQuery
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