pub enum ReceiptIssuerType {
Local,
Hosted,
Ci,
Verifier,
}Variants§
Trait Implementations§
Source§impl Clone for ReceiptIssuerType
impl Clone for ReceiptIssuerType
Source§fn clone(&self) -> ReceiptIssuerType
fn clone(&self) -> ReceiptIssuerType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReceiptIssuerType
impl Debug for ReceiptIssuerType
Source§impl<'de> Deserialize<'de> for ReceiptIssuerType
impl<'de> Deserialize<'de> for ReceiptIssuerType
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
impl Eq for ReceiptIssuerType
Source§impl PartialEq for ReceiptIssuerType
impl PartialEq for ReceiptIssuerType
Source§fn eq(&self, other: &ReceiptIssuerType) -> bool
fn eq(&self, other: &ReceiptIssuerType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ReceiptIssuerType
impl RunxSchema for ReceiptIssuerType
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ReceiptIssuerType
impl Serialize for ReceiptIssuerType
impl StructuralPartialEq for ReceiptIssuerType
Auto Trait Implementations§
impl Freeze for ReceiptIssuerType
impl RefUnwindSafe for ReceiptIssuerType
impl Send for ReceiptIssuerType
impl Sync for ReceiptIssuerType
impl Unpin for ReceiptIssuerType
impl UnsafeUnpin for ReceiptIssuerType
impl UnwindSafe for ReceiptIssuerType
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