#[repr(u8)]pub enum RepoKind {
SingleApp = 0,
Monorepo = 1,
}Expand description
Whether a repo holds one deployable app or several (monorepo).
Variants§
Trait Implementations§
impl Copy for RepoKind
Source§impl<'de> Deserialize<'de> for RepoKind
impl<'de> Deserialize<'de> for RepoKind
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RepoKind
impl StructuralPartialEq for RepoKind
Auto Trait Implementations§
impl Freeze for RepoKind
impl RefUnwindSafe for RepoKind
impl Send for RepoKind
impl Sync for RepoKind
impl Unpin for RepoKind
impl UnsafeUnpin for RepoKind
impl UnwindSafe for RepoKind
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