pub enum GoWorkspaceLayout {
SingleModule,
MultiModule,
Monorepo,
ToolWorkspace,
}Expand description
Go workspace layout metadata.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GoWorkspaceLayout
impl Clone for GoWorkspaceLayout
Source§fn clone(&self) -> GoWorkspaceLayout
fn clone(&self) -> GoWorkspaceLayout
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 GoWorkspaceLayout
impl Debug for GoWorkspaceLayout
Source§impl Display for GoWorkspaceLayout
impl Display for GoWorkspaceLayout
Source§impl FromStr for GoWorkspaceLayout
impl FromStr for GoWorkspaceLayout
Source§impl Hash for GoWorkspaceLayout
impl Hash for GoWorkspaceLayout
Source§impl Ord for GoWorkspaceLayout
impl Ord for GoWorkspaceLayout
Source§fn cmp(&self, other: &GoWorkspaceLayout) -> Ordering
fn cmp(&self, other: &GoWorkspaceLayout) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GoWorkspaceLayout
impl PartialEq for GoWorkspaceLayout
Source§fn eq(&self, other: &GoWorkspaceLayout) -> bool
fn eq(&self, other: &GoWorkspaceLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GoWorkspaceLayout
impl PartialOrd for GoWorkspaceLayout
impl Copy for GoWorkspaceLayout
impl Eq for GoWorkspaceLayout
impl StructuralPartialEq for GoWorkspaceLayout
Auto Trait Implementations§
impl Freeze for GoWorkspaceLayout
impl RefUnwindSafe for GoWorkspaceLayout
impl Send for GoWorkspaceLayout
impl Sync for GoWorkspaceLayout
impl Unpin for GoWorkspaceLayout
impl UnsafeUnpin for GoWorkspaceLayout
impl UnwindSafe for GoWorkspaceLayout
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