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