Struct aws_sdk_codecommit::model::FileMetadata
source · [−]#[non_exhaustive]pub struct FileMetadata {
pub absolute_path: Option<String>,
pub blob_id: Option<String>,
pub file_mode: Option<FileModeTypeEnum>,
}
Expand description
A file to be added, updated, or deleted as part of a commit.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.absolute_path: Option<String>
The full path to the file to be added or updated, including the name of the file.
blob_id: Option<String>
The blob ID that contains the file information.
file_mode: Option<FileModeTypeEnum>
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
Implementations
The full path to the file to be added or updated, including the name of the file.
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
Creates a new builder-style object to manufacture FileMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FileMetadata
impl Send for FileMetadata
impl Sync for FileMetadata
impl Unpin for FileMetadata
impl UnwindSafe for FileMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more