pub enum ReleaseDatePrecision {
Year,
Month,
Day,
}Expand description
The precision of a release date.
Variants§
Trait Implementations§
Source§impl Clone for ReleaseDatePrecision
impl Clone for ReleaseDatePrecision
Source§fn clone(&self) -> ReleaseDatePrecision
fn clone(&self) -> ReleaseDatePrecision
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 ReleaseDatePrecision
impl Debug for ReleaseDatePrecision
Source§impl<'de> Deserialize<'de> for ReleaseDatePrecision
impl<'de> Deserialize<'de> for ReleaseDatePrecision
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 ReleaseDatePrecision
impl PartialEq for ReleaseDatePrecision
Source§impl Serialize for ReleaseDatePrecision
impl Serialize for ReleaseDatePrecision
impl Eq for ReleaseDatePrecision
impl StructuralPartialEq for ReleaseDatePrecision
Auto Trait Implementations§
impl Freeze for ReleaseDatePrecision
impl RefUnwindSafe for ReleaseDatePrecision
impl Send for ReleaseDatePrecision
impl Sync for ReleaseDatePrecision
impl Unpin for ReleaseDatePrecision
impl UnwindSafe for ReleaseDatePrecision
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