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