pub enum Consent {
Granted,
NotGranted,
}Expand description
Decision vocabulary for consent in grooming workflows.
Variants§
Granted
Granted grooming operational signal for schedule, estimate, history, or review handling.
NotGranted
Not granted grooming operational signal for schedule, estimate, history, or review handling.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Consent
impl<'de> Deserialize<'de> for Consent
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 Consent
impl Eq for Consent
impl StructuralPartialEq for Consent
Auto Trait Implementations§
impl Freeze for Consent
impl RefUnwindSafe for Consent
impl Send for Consent
impl Sync for Consent
impl Unpin for Consent
impl UnsafeUnpin for Consent
impl UnwindSafe for Consent
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