pub enum DeployResult {
Created,
Updated,
Unchanged,
Conflict(String),
DryRun,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeployResult
impl RefUnwindSafe for DeployResult
impl Send for DeployResult
impl Sync for DeployResult
impl Unpin for DeployResult
impl UnsafeUnpin for DeployResult
impl UnwindSafe for DeployResult
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