pub enum WamiServicePrefix {
Platform,
Tenant,
Iam,
Db,
Chat,
Persona,
Room,
Inference,
Analytics,
Integration,
Cognitive,
Gdpr,
}Expand description
Service prefix for ServiceAll wildcard matching.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WamiServicePrefix
impl Clone for WamiServicePrefix
Source§fn clone(&self) -> WamiServicePrefix
fn clone(&self) -> WamiServicePrefix
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 moreimpl Copy for WamiServicePrefix
Source§impl Debug for WamiServicePrefix
impl Debug for WamiServicePrefix
Source§impl Display for WamiServicePrefix
impl Display for WamiServicePrefix
impl Eq for WamiServicePrefix
Source§impl FromStr for WamiServicePrefix
impl FromStr for WamiServicePrefix
Source§impl Hash for WamiServicePrefix
impl Hash for WamiServicePrefix
Source§impl PartialEq for WamiServicePrefix
impl PartialEq for WamiServicePrefix
impl StructuralPartialEq for WamiServicePrefix
Auto Trait Implementations§
impl Freeze for WamiServicePrefix
impl RefUnwindSafe for WamiServicePrefix
impl Send for WamiServicePrefix
impl Sync for WamiServicePrefix
impl Unpin for WamiServicePrefix
impl UnsafeUnpin for WamiServicePrefix
impl UnwindSafe for WamiServicePrefix
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