pub enum DestinationIdentitySeedOutcome {
Seeded,
Replaced,
Expired,
RefusedPublicKeyChanged,
CapacityExhausted,
}Variants§
Trait Implementations§
Source§impl Clone for DestinationIdentitySeedOutcome
impl Clone for DestinationIdentitySeedOutcome
Source§fn clone(&self) -> DestinationIdentitySeedOutcome
fn clone(&self) -> DestinationIdentitySeedOutcome
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 moreimpl Copy for DestinationIdentitySeedOutcome
impl Eq for DestinationIdentitySeedOutcome
impl StructuralPartialEq for DestinationIdentitySeedOutcome
Auto Trait Implementations§
impl Freeze for DestinationIdentitySeedOutcome
impl RefUnwindSafe for DestinationIdentitySeedOutcome
impl Send for DestinationIdentitySeedOutcome
impl Sync for DestinationIdentitySeedOutcome
impl Unpin for DestinationIdentitySeedOutcome
impl UnsafeUnpin for DestinationIdentitySeedOutcome
impl UnwindSafe for DestinationIdentitySeedOutcome
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