pub enum OsedaProjectStatus {
DeployReady,
NotDeploymentReady(OsedaCheckError),
}Expand description
Status of Oseda project, plan to make this more verbose later
Variants§
DeployReady
NotDeploymentReady(OsedaCheckError)
Auto Trait Implementations§
impl Freeze for OsedaProjectStatus
impl RefUnwindSafe for OsedaProjectStatus
impl Send for OsedaProjectStatus
impl Sync for OsedaProjectStatus
impl Unpin for OsedaProjectStatus
impl UnsafeUnpin for OsedaProjectStatus
impl UnwindSafe for OsedaProjectStatus
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