pub enum ContextAllowedUse {
RenderOnly,
AdvisoryReasoning,
PlanningInput,
}Expand description
Allowed use vocabulary on a context envelope.
Variants§
Trait Implementations§
Source§impl Clone for ContextAllowedUse
impl Clone for ContextAllowedUse
Source§fn clone(&self) -> ContextAllowedUse
fn clone(&self) -> ContextAllowedUse
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 moreSource§impl Debug for ContextAllowedUse
impl Debug for ContextAllowedUse
Source§impl<'de> Deserialize<'de> for ContextAllowedUse
impl<'de> Deserialize<'de> for ContextAllowedUse
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
Source§impl Hash for ContextAllowedUse
impl Hash for ContextAllowedUse
Source§impl PartialEq for ContextAllowedUse
impl PartialEq for ContextAllowedUse
Source§fn eq(&self, other: &ContextAllowedUse) -> bool
fn eq(&self, other: &ContextAllowedUse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContextAllowedUse
impl Serialize for ContextAllowedUse
impl Copy for ContextAllowedUse
impl Eq for ContextAllowedUse
impl StructuralPartialEq for ContextAllowedUse
Auto Trait Implementations§
impl Freeze for ContextAllowedUse
impl RefUnwindSafe for ContextAllowedUse
impl Send for ContextAllowedUse
impl Sync for ContextAllowedUse
impl Unpin for ContextAllowedUse
impl UnsafeUnpin for ContextAllowedUse
impl UnwindSafe for ContextAllowedUse
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