pub enum AgentIsolation {
Shared,
ReadOnly,
Worktree,
Remote,
}Variants§
Trait Implementations§
Source§impl Clone for AgentIsolation
impl Clone for AgentIsolation
Source§fn clone(&self) -> AgentIsolation
fn clone(&self) -> AgentIsolation
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 AgentIsolation
Source§impl Debug for AgentIsolation
impl Debug for AgentIsolation
Source§impl<'de> Deserialize<'de> for AgentIsolation
impl<'de> Deserialize<'de> for AgentIsolation
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
impl Eq for AgentIsolation
Source§impl PartialEq for AgentIsolation
impl PartialEq for AgentIsolation
Source§impl Serialize for AgentIsolation
impl Serialize for AgentIsolation
impl StructuralPartialEq for AgentIsolation
Auto Trait Implementations§
impl Freeze for AgentIsolation
impl RefUnwindSafe for AgentIsolation
impl Send for AgentIsolation
impl Sync for AgentIsolation
impl Unpin for AgentIsolation
impl UnsafeUnpin for AgentIsolation
impl UnwindSafe for AgentIsolation
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