pub enum WarrantReviewDecision {
Approve,
Reject,
}Expand description
Standard warrant decision emitted by glasses review input.
Variants§
Trait Implementations§
Source§impl Clone for WarrantReviewDecision
impl Clone for WarrantReviewDecision
Source§fn clone(&self) -> WarrantReviewDecision
fn clone(&self) -> WarrantReviewDecision
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 WarrantReviewDecision
Source§impl Debug for WarrantReviewDecision
impl Debug for WarrantReviewDecision
impl Eq for WarrantReviewDecision
Source§impl PartialEq for WarrantReviewDecision
impl PartialEq for WarrantReviewDecision
impl StructuralPartialEq for WarrantReviewDecision
Auto Trait Implementations§
impl Freeze for WarrantReviewDecision
impl RefUnwindSafe for WarrantReviewDecision
impl Send for WarrantReviewDecision
impl Sync for WarrantReviewDecision
impl Unpin for WarrantReviewDecision
impl UnsafeUnpin for WarrantReviewDecision
impl UnwindSafe for WarrantReviewDecision
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