pub enum FrameVersion {
Y1993,
Y1997,
Y2003,
Y2015,
Future,
}Expand description
The version of the frame of a card.
Variants§
Trait Implementations§
Source§impl Clone for FrameVersion
impl Clone for FrameVersion
Source§fn clone(&self) -> FrameVersion
fn clone(&self) -> FrameVersion
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 FrameVersion
impl Debug for FrameVersion
Source§impl<'de> Deserialize<'de> for FrameVersion
impl<'de> Deserialize<'de> for FrameVersion
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 Hash for FrameVersion
impl Hash for FrameVersion
Source§impl PartialEq for FrameVersion
impl PartialEq for FrameVersion
Source§impl Serialize for FrameVersion
impl Serialize for FrameVersion
impl Copy for FrameVersion
impl Eq for FrameVersion
impl StructuralPartialEq for FrameVersion
Auto Trait Implementations§
impl Freeze for FrameVersion
impl RefUnwindSafe for FrameVersion
impl Send for FrameVersion
impl Sync for FrameVersion
impl Unpin for FrameVersion
impl UnwindSafe for FrameVersion
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