pub enum PathValidationOutcome {
Success,
Failure,
}Expand description
Outcome of a PATH_VALIDATION exchange.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PathValidationOutcome
impl Clone for PathValidationOutcome
Source§fn clone(&self) -> PathValidationOutcome
fn clone(&self) -> PathValidationOutcome
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 PathValidationOutcome
Source§impl Debug for PathValidationOutcome
impl Debug for PathValidationOutcome
impl Eq for PathValidationOutcome
Source§impl Hash for PathValidationOutcome
impl Hash for PathValidationOutcome
Source§impl PartialEq for PathValidationOutcome
impl PartialEq for PathValidationOutcome
Source§fn eq(&self, other: &PathValidationOutcome) -> bool
fn eq(&self, other: &PathValidationOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathValidationOutcome
Auto Trait Implementations§
impl Freeze for PathValidationOutcome
impl RefUnwindSafe for PathValidationOutcome
impl Send for PathValidationOutcome
impl Sync for PathValidationOutcome
impl Unpin for PathValidationOutcome
impl UnsafeUnpin for PathValidationOutcome
impl UnwindSafe for PathValidationOutcome
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