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