pub enum DeploymentTargetOptionsError {
BadBaseType(ValueType),
Parts {
expose: Option<ExposeError>,
replicas_invalid: Option<ValueType>,
build: Option<BuildError>,
},
}Variants§
Trait Implementations§
Source§impl Clone for DeploymentTargetOptionsError
impl Clone for DeploymentTargetOptionsError
Source§fn clone(&self) -> DeploymentTargetOptionsError
fn clone(&self) -> DeploymentTargetOptionsError
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 DeploymentTargetOptionsError
impl Debug for DeploymentTargetOptionsError
Source§impl PartialEq for DeploymentTargetOptionsError
impl PartialEq for DeploymentTargetOptionsError
Source§fn eq(&self, other: &DeploymentTargetOptionsError) -> bool
fn eq(&self, other: &DeploymentTargetOptionsError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeploymentTargetOptionsError
Auto Trait Implementations§
impl Freeze for DeploymentTargetOptionsError
impl RefUnwindSafe for DeploymentTargetOptionsError
impl Send for DeploymentTargetOptionsError
impl Sync for DeploymentTargetOptionsError
impl Unpin for DeploymentTargetOptionsError
impl UnwindSafe for DeploymentTargetOptionsError
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