#[repr(u8)]pub enum AgentConfigSource {
Local = 0,
Secret = 1,
}Variants§
Trait Implementations§
Source§impl Clone for AgentConfigSource
impl Clone for AgentConfigSource
Source§fn clone(&self) -> AgentConfigSource
fn clone(&self) -> AgentConfigSource
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 AgentConfigSource
impl Debug for AgentConfigSource
Source§impl Ord for AgentConfigSource
impl Ord for AgentConfigSource
Source§fn cmp(&self, other: &AgentConfigSource) -> Ordering
fn cmp(&self, other: &AgentConfigSource) -> 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 AgentConfigSource
impl PartialEq for AgentConfigSource
Source§impl PartialOrd for AgentConfigSource
impl PartialOrd for AgentConfigSource
impl Copy for AgentConfigSource
impl Eq for AgentConfigSource
impl StructuralPartialEq for AgentConfigSource
Auto Trait Implementations§
impl Freeze for AgentConfigSource
impl RefUnwindSafe for AgentConfigSource
impl Send for AgentConfigSource
impl Sync for AgentConfigSource
impl Unpin for AgentConfigSource
impl UnsafeUnpin for AgentConfigSource
impl UnwindSafe for AgentConfigSource
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