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