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