pub enum EndpointStructuralStatus {
NotRequired,
VerifiedNoop,
VerifiedTarget,
Missing,
}Expand description
Structural-verification result for endpoint ticks.
Variants§
Trait Implementations§
Source§impl Clone for EndpointStructuralStatus
impl Clone for EndpointStructuralStatus
Source§fn clone(&self) -> EndpointStructuralStatus
fn clone(&self) -> EndpointStructuralStatus
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 EndpointStructuralStatus
Source§impl Debug for EndpointStructuralStatus
impl Debug for EndpointStructuralStatus
impl Eq for EndpointStructuralStatus
Source§impl PartialEq for EndpointStructuralStatus
impl PartialEq for EndpointStructuralStatus
Source§fn eq(&self, other: &EndpointStructuralStatus) -> bool
fn eq(&self, other: &EndpointStructuralStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EndpointStructuralStatus
Auto Trait Implementations§
impl Freeze for EndpointStructuralStatus
impl RefUnwindSafe for EndpointStructuralStatus
impl Send for EndpointStructuralStatus
impl Sync for EndpointStructuralStatus
impl Unpin for EndpointStructuralStatus
impl UnsafeUnpin for EndpointStructuralStatus
impl UnwindSafe for EndpointStructuralStatus
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