pub enum SendMode {
ApprovalRequiredStub,
}Expand description
Decision choices for send mode in the daily update workflow; each value routes reviewed source facts to the right queue, draft, or staff gate.
Variants§
ApprovalRequiredStub
Selects approval required stub for the daily update decision model so the app can choose a review, evidence, or draft path without taking live action.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SendMode
impl<'de> Deserialize<'de> for SendMode
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 SendMode
impl Eq for SendMode
impl StructuralPartialEq for SendMode
Auto Trait Implementations§
impl Freeze for SendMode
impl RefUnwindSafe for SendMode
impl Send for SendMode
impl Sync for SendMode
impl Unpin for SendMode
impl UnsafeUnpin for SendMode
impl UnwindSafe for SendMode
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