pub enum IntegrationHarnessScopeError {
CodexRequiresUser,
}Expand description
Harness rejected the chosen install scope.
Variants§
CodexRequiresUser
Codex currently requires user scope.
Implementations§
Trait Implementations§
Source§impl Clone for IntegrationHarnessScopeError
impl Clone for IntegrationHarnessScopeError
Source§fn clone(&self) -> IntegrationHarnessScopeError
fn clone(&self) -> IntegrationHarnessScopeError
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 moreSource§impl Debug for IntegrationHarnessScopeError
impl Debug for IntegrationHarnessScopeError
impl Eq for IntegrationHarnessScopeError
impl StructuralPartialEq for IntegrationHarnessScopeError
Auto Trait Implementations§
impl Freeze for IntegrationHarnessScopeError
impl RefUnwindSafe for IntegrationHarnessScopeError
impl Send for IntegrationHarnessScopeError
impl Sync for IntegrationHarnessScopeError
impl Unpin for IntegrationHarnessScopeError
impl UnsafeUnpin for IntegrationHarnessScopeError
impl UnwindSafe for IntegrationHarnessScopeError
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