pub enum GhostDecision {
Ghost,
Reply,
}Variants§
Trait Implementations§
Source§impl Clone for GhostDecision
impl Clone for GhostDecision
Source§fn clone(&self) -> GhostDecision
fn clone(&self) -> GhostDecision
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 moreSource§impl Debug for GhostDecision
impl Debug for GhostDecision
Source§impl PartialEq for GhostDecision
impl PartialEq for GhostDecision
Source§fn eq(&self, other: &GhostDecision) -> bool
fn eq(&self, other: &GhostDecision) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GhostDecision
impl StructuralPartialEq for GhostDecision
Auto Trait Implementations§
impl Freeze for GhostDecision
impl RefUnwindSafe for GhostDecision
impl Send for GhostDecision
impl Sync for GhostDecision
impl Unpin for GhostDecision
impl UnsafeUnpin for GhostDecision
impl UnwindSafe for GhostDecision
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