pub enum ClearanceOutcome {
Clear(CompleteClearanceEvidence),
Obstructed(ObstructionEvidence),
}Variants§
Clear(CompleteClearanceEvidence)
Obstructed(ObstructionEvidence)
Trait Implementations§
Source§impl Clone for ClearanceOutcome
impl Clone for ClearanceOutcome
Source§fn clone(&self) -> ClearanceOutcome
fn clone(&self) -> ClearanceOutcome
Returns a copy of the value. Read more
1.0.0 · 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 ClearanceOutcome
impl Debug for ClearanceOutcome
Source§impl PartialEq for ClearanceOutcome
impl PartialEq for ClearanceOutcome
impl StructuralPartialEq for ClearanceOutcome
Auto Trait Implementations§
impl Freeze for ClearanceOutcome
impl RefUnwindSafe for ClearanceOutcome
impl Send for ClearanceOutcome
impl Sync for ClearanceOutcome
impl Unpin for ClearanceOutcome
impl UnwindSafe for ClearanceOutcome
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