pub struct ToolchainSource {
pub s_3: S3Location,
}
Expand description
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
Fields§
§s_3: S3Location
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
Trait Implementations§
Source§impl Clone for ToolchainSource
impl Clone for ToolchainSource
Source§fn clone(&self) -> ToolchainSource
fn clone(&self) -> ToolchainSource
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 ToolchainSource
impl Debug for ToolchainSource
Source§impl Default for ToolchainSource
impl Default for ToolchainSource
Source§fn default() -> ToolchainSource
fn default() -> ToolchainSource
Returns the “default value” for a type. Read more
Source§impl PartialEq for ToolchainSource
impl PartialEq for ToolchainSource
Source§impl Serialize for ToolchainSource
impl Serialize for ToolchainSource
impl StructuralPartialEq for ToolchainSource
Auto Trait Implementations§
impl Freeze for ToolchainSource
impl RefUnwindSafe for ToolchainSource
impl Send for ToolchainSource
impl Sync for ToolchainSource
impl Unpin for ToolchainSource
impl UnwindSafe for ToolchainSource
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