Struct aws_sdk_codebuild::types::ProjectFleet  
source · #[non_exhaustive]pub struct ProjectFleet {
    pub fleet_arn: Option<String>,
}Expand description
Information about the compute fleet of the build project. For more information, see Working with reserved capacity in CodeBuild.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.fleet_arn: Option<String>Specifies the compute fleet ARN for the build project.
Implementations§
source§impl ProjectFleet
 
impl ProjectFleet
source§impl ProjectFleet
 
impl ProjectFleet
sourcepub fn builder() -> ProjectFleetBuilder
 
pub fn builder() -> ProjectFleetBuilder
Creates a new builder-style object to manufacture ProjectFleet.
Trait Implementations§
source§impl Clone for ProjectFleet
 
impl Clone for ProjectFleet
source§fn clone(&self) -> ProjectFleet
 
fn clone(&self) -> ProjectFleet
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 ProjectFleet
 
impl Debug for ProjectFleet
source§impl PartialEq for ProjectFleet
 
impl PartialEq for ProjectFleet
source§fn eq(&self, other: &ProjectFleet) -> bool
 
fn eq(&self, other: &ProjectFleet) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ProjectFleet
Auto Trait Implementations§
impl Freeze for ProjectFleet
impl RefUnwindSafe for ProjectFleet
impl Send for ProjectFleet
impl Sync for ProjectFleet
impl Unpin for ProjectFleet
impl UnwindSafe for ProjectFleet
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
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.