#[non_exhaustive]pub struct SolutionStackDescription { /* private fields */ }
Expand description
Describes the solution stack.
Implementations§
source§impl SolutionStackDescription
impl SolutionStackDescription
sourcepub fn solution_stack_name(&self) -> Option<&str>
pub fn solution_stack_name(&self) -> Option<&str>
The name of the solution stack.
sourcepub fn permitted_file_types(&self) -> Option<&[String]>
pub fn permitted_file_types(&self) -> Option<&[String]>
The permitted file types allowed for a solution stack.
source§impl SolutionStackDescription
impl SolutionStackDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SolutionStackDescription
.
Trait Implementations§
source§impl Clone for SolutionStackDescription
impl Clone for SolutionStackDescription
source§fn clone(&self) -> SolutionStackDescription
fn clone(&self) -> SolutionStackDescription
Returns a copy 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 SolutionStackDescription
impl Debug for SolutionStackDescription
source§impl PartialEq<SolutionStackDescription> for SolutionStackDescription
impl PartialEq<SolutionStackDescription> for SolutionStackDescription
source§fn eq(&self, other: &SolutionStackDescription) -> bool
fn eq(&self, other: &SolutionStackDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.