pub enum SecurityStamp {
Acorn,
Arena,
Circle,
Heart,
Oval,
Triangle,
}Expand description
The security stamp of a card.
Variants§
Trait Implementations§
Source§impl Clone for SecurityStamp
impl Clone for SecurityStamp
Source§fn clone(&self) -> SecurityStamp
fn clone(&self) -> SecurityStamp
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 SecurityStamp
impl Debug for SecurityStamp
Source§impl<'de> Deserialize<'de> for SecurityStamp
impl<'de> Deserialize<'de> for SecurityStamp
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 SecurityStamp
impl Hash for SecurityStamp
Source§impl PartialEq for SecurityStamp
impl PartialEq for SecurityStamp
Source§impl Serialize for SecurityStamp
impl Serialize for SecurityStamp
impl Copy for SecurityStamp
impl Eq for SecurityStamp
impl StructuralPartialEq for SecurityStamp
Auto Trait Implementations§
impl Freeze for SecurityStamp
impl RefUnwindSafe for SecurityStamp
impl Send for SecurityStamp
impl Sync for SecurityStamp
impl Unpin for SecurityStamp
impl UnwindSafe for SecurityStamp
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