pub enum VideoPeriod {
All,
Day,
Week,
Month,
}
Available on crate feature
stream
only.Expand description
Period during which the video was created
Variants§
All
Filter by all. Effectively a no-op
Day
Filter by from this day only
Week
Filter by this week
Month
Filter by this month
Trait Implementations§
Source§impl Clone for VideoPeriod
impl Clone for VideoPeriod
Source§fn clone(&self) -> VideoPeriod
fn clone(&self) -> VideoPeriod
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VideoPeriod
impl Debug for VideoPeriod
Source§impl<'de> Deserialize<'de> for VideoPeriod
impl<'de> Deserialize<'de> for VideoPeriod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for VideoPeriod
impl PartialEq for VideoPeriod
Source§impl Serialize for VideoPeriod
impl Serialize for VideoPeriod
impl Eq for VideoPeriod
impl StructuralPartialEq for VideoPeriod
Auto Trait Implementations§
impl Freeze for VideoPeriod
impl RefUnwindSafe for VideoPeriod
impl Send for VideoPeriod
impl Sync for VideoPeriod
impl Unpin for VideoPeriod
impl UnwindSafe for VideoPeriod
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)