pub enum CreationSource {
AtlasCLI,
Container,
MCPServer,
AtlasLocal,
Unknown(String),
}Variants§
Trait Implementations§
Source§impl Clone for CreationSource
impl Clone for CreationSource
Source§fn clone(&self) -> CreationSource
fn clone(&self) -> CreationSource
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 CreationSource
impl Debug for CreationSource
Source§impl<'de> Deserialize<'de> for CreationSource
Available on crate feature serde only.
impl<'de> Deserialize<'de> for CreationSource
Available on crate feature
serde only.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 CreationSource
impl Display for CreationSource
Source§impl From<&str> for CreationSource
impl From<&str> for CreationSource
Source§impl PartialEq for CreationSource
impl PartialEq for CreationSource
Source§impl Serialize for CreationSource
Available on crate feature serde only.
impl Serialize for CreationSource
Available on crate feature
serde only.impl Eq for CreationSource
impl StructuralPartialEq for CreationSource
Auto Trait Implementations§
impl Freeze for CreationSource
impl RefUnwindSafe for CreationSource
impl Send for CreationSource
impl Sync for CreationSource
impl Unpin for CreationSource
impl UnsafeUnpin for CreationSource
impl UnwindSafe for CreationSource
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