pub enum DelegationProvisionTargetKind {
Signer,
Verifier,
}Variants§
Trait Implementations§
Source§impl Clone for DelegationProvisionTargetKind
impl Clone for DelegationProvisionTargetKind
Source§fn clone(&self) -> DelegationProvisionTargetKind
fn clone(&self) -> DelegationProvisionTargetKind
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<'de> Deserialize<'de> for DelegationProvisionTargetKind
impl<'de> Deserialize<'de> for DelegationProvisionTargetKind
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 DelegationProvisionTargetKind
impl PartialEq for DelegationProvisionTargetKind
Source§fn eq(&self, other: &DelegationProvisionTargetKind) -> bool
fn eq(&self, other: &DelegationProvisionTargetKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DelegationProvisionTargetKind
impl Eq for DelegationProvisionTargetKind
impl StructuralPartialEq for DelegationProvisionTargetKind
Auto Trait Implementations§
impl Freeze for DelegationProvisionTargetKind
impl RefUnwindSafe for DelegationProvisionTargetKind
impl Send for DelegationProvisionTargetKind
impl Sync for DelegationProvisionTargetKind
impl Unpin for DelegationProvisionTargetKind
impl UnwindSafe for DelegationProvisionTargetKind
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