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