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