pub enum TrackRestriction {
Severe,
Slight,
}
Variants§
Trait Implementations§
Source§impl Clone for TrackRestriction
impl Clone for TrackRestriction
Source§fn clone(&self) -> TrackRestriction
fn clone(&self) -> TrackRestriction
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 TrackRestriction
impl Debug for TrackRestriction
Source§impl<'de> Deserialize<'de> for TrackRestriction
impl<'de> Deserialize<'de> for TrackRestriction
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 TrackRestriction
impl PartialEq for TrackRestriction
Source§impl Serialize for TrackRestriction
impl Serialize for TrackRestriction
impl StructuralPartialEq for TrackRestriction
Auto Trait Implementations§
impl Freeze for TrackRestriction
impl RefUnwindSafe for TrackRestriction
impl Send for TrackRestriction
impl Sync for TrackRestriction
impl Unpin for TrackRestriction
impl UnwindSafe for TrackRestriction
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