pub struct PlaybackRestrictions {
pub skipAfter: Option<Duration>,
}Fields§
§skipAfter: Option<Duration>Trait Implementations§
Source§impl Clone for PlaybackRestrictions
impl Clone for PlaybackRestrictions
Source§fn clone(&self) -> PlaybackRestrictions
fn clone(&self) -> PlaybackRestrictions
Returns a duplicate 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 PlaybackRestrictions
impl Debug for PlaybackRestrictions
Source§impl Default for PlaybackRestrictions
impl Default for PlaybackRestrictions
Source§fn default() -> PlaybackRestrictions
fn default() -> PlaybackRestrictions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaybackRestrictionswhere
PlaybackRestrictions: Default,
impl<'de> Deserialize<'de> for PlaybackRestrictionswhere
PlaybackRestrictions: Default,
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 PlaybackRestrictions
impl PartialEq for PlaybackRestrictions
Source§impl Serialize for PlaybackRestrictions
impl Serialize for PlaybackRestrictions
impl StructuralPartialEq for PlaybackRestrictions
Auto Trait Implementations§
impl Freeze for PlaybackRestrictions
impl RefUnwindSafe for PlaybackRestrictions
impl Send for PlaybackRestrictions
impl Sync for PlaybackRestrictions
impl Unpin for PlaybackRestrictions
impl UnwindSafe for PlaybackRestrictions
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