pub enum DestinationIdentityRetentionControlError {
NodeStopped,
Busy,
}Variants§
Trait Implementations§
Source§impl Clone for DestinationIdentityRetentionControlError
impl Clone for DestinationIdentityRetentionControlError
Source§fn clone(&self) -> DestinationIdentityRetentionControlError
fn clone(&self) -> DestinationIdentityRetentionControlError
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 DestinationIdentityRetentionControlError
impl Eq for DestinationIdentityRetentionControlError
impl StructuralPartialEq for DestinationIdentityRetentionControlError
Auto Trait Implementations§
impl Freeze for DestinationIdentityRetentionControlError
impl RefUnwindSafe for DestinationIdentityRetentionControlError
impl Send for DestinationIdentityRetentionControlError
impl Sync for DestinationIdentityRetentionControlError
impl Unpin for DestinationIdentityRetentionControlError
impl UnsafeUnpin for DestinationIdentityRetentionControlError
impl UnwindSafe for DestinationIdentityRetentionControlError
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