pub enum AgentReferenceTypeEnum {
USER_REFERENCE,
SERVICE_REFERENCE,
INTEGRATION_REFERENCE,
UNKNOWN,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for AgentReferenceTypeEnum
impl AsRef<str> for AgentReferenceTypeEnum
Source§impl Clone for AgentReferenceTypeEnum
impl Clone for AgentReferenceTypeEnum
Source§fn clone(&self) -> AgentReferenceTypeEnum
fn clone(&self) -> AgentReferenceTypeEnum
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 AgentReferenceTypeEnum
impl Debug for AgentReferenceTypeEnum
Source§impl Default for AgentReferenceTypeEnum
impl Default for AgentReferenceTypeEnum
Source§impl<'de> Deserialize<'de> for AgentReferenceTypeEnum
impl<'de> Deserialize<'de> for AgentReferenceTypeEnum
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 Display for AgentReferenceTypeEnum
impl Display for AgentReferenceTypeEnum
Source§impl FromStr for AgentReferenceTypeEnum
impl FromStr for AgentReferenceTypeEnum
Source§impl Ord for AgentReferenceTypeEnum
impl Ord for AgentReferenceTypeEnum
Source§fn cmp(&self, other: &AgentReferenceTypeEnum) -> Ordering
fn cmp(&self, other: &AgentReferenceTypeEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AgentReferenceTypeEnum
impl PartialEq for AgentReferenceTypeEnum
Source§impl PartialOrd for AgentReferenceTypeEnum
impl PartialOrd for AgentReferenceTypeEnum
Source§impl Serialize for AgentReferenceTypeEnum
impl Serialize for AgentReferenceTypeEnum
impl Eq for AgentReferenceTypeEnum
impl StructuralPartialEq for AgentReferenceTypeEnum
Auto Trait Implementations§
impl Freeze for AgentReferenceTypeEnum
impl RefUnwindSafe for AgentReferenceTypeEnum
impl Send for AgentReferenceTypeEnum
impl Sync for AgentReferenceTypeEnum
impl Unpin for AgentReferenceTypeEnum
impl UnwindSafe for AgentReferenceTypeEnum
Blanket Implementations§
Source§impl<T> AsUncased for T
impl<T> AsUncased for T
Source§fn as_uncased(&self) -> &UncasedStr
fn as_uncased(&self) -> &UncasedStr
Convert
self to an UncasedStr.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