pub enum IngestDecision {
Accepted,
Rejected,
}Variants§
Trait Implementations§
Source§impl Clone for IngestDecision
impl Clone for IngestDecision
Source§fn clone(&self) -> IngestDecision
fn clone(&self) -> IngestDecision
Returns a duplicate 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 IngestDecision
impl Debug for IngestDecision
Source§impl PartialEq for IngestDecision
impl PartialEq for IngestDecision
impl Eq for IngestDecision
impl StructuralPartialEq for IngestDecision
Auto Trait Implementations§
impl Freeze for IngestDecision
impl RefUnwindSafe for IngestDecision
impl Send for IngestDecision
impl Sync for IngestDecision
impl Unpin for IngestDecision
impl UnsafeUnpin for IngestDecision
impl UnwindSafe for IngestDecision
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