pub enum Source {
CustomerUpload,
StaffScan,
StaffUpload,
EmailIngest,
ProviderPoll,
ProviderWebhook,
MigrationImport,
Unknown,
}Expand description
Source route through which a document entered the review and storage pipeline.
Variants§
CustomerUpload
Customer upload document classification or pipeline state used for review and retention.
StaffScan
Staff scan document classification or pipeline state used for review and retention.
StaffUpload
Staff upload document classification or pipeline state used for review and retention.
EmailIngest
Email ingest document classification or pipeline state used for review and retention.
ProviderPoll
Provider poll document classification or pipeline state used for review and retention.
ProviderWebhook
Provider webhook document classification or pipeline state used for review and retention.
MigrationImport
Migration import document classification or pipeline state used for review and retention.
Unknown
Provider role or status could not be mapped confidently.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Source
impl<'de> Deserialize<'de> for Source
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Source
impl Eq for Source
impl StructuralPartialEq for Source
Auto Trait Implementations§
impl Freeze for Source
impl RefUnwindSafe for Source
impl Send for Source
impl Sync for Source
impl Unpin for Source
impl UnsafeUnpin for Source
impl UnwindSafe for Source
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