pub enum IntegrationScopeError {
Invalid {
value: String,
},
}Expand description
Invalid --scope values.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IntegrationScopeError
impl Clone for IntegrationScopeError
Source§fn clone(&self) -> IntegrationScopeError
fn clone(&self) -> IntegrationScopeError
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 IntegrationScopeError
impl Debug for IntegrationScopeError
impl Eq for IntegrationScopeError
Source§impl PartialEq for IntegrationScopeError
impl PartialEq for IntegrationScopeError
impl StructuralPartialEq for IntegrationScopeError
Auto Trait Implementations§
impl Freeze for IntegrationScopeError
impl RefUnwindSafe for IntegrationScopeError
impl Send for IntegrationScopeError
impl Sync for IntegrationScopeError
impl Unpin for IntegrationScopeError
impl UnsafeUnpin for IntegrationScopeError
impl UnwindSafe for IntegrationScopeError
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