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