Struct aws_sdk_codecommit::model::Location
source · [−]#[non_exhaustive]pub struct Location {
pub file_path: Option<String>,
pub file_position: Option<i64>,
pub relative_file_version: Option<RelativeFileVersionEnum>,
}
Expand description
Returns information about the location of a change or comment in the comparison between two commits or a pull request.
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.file_path: Option<String>
The name of the file being compared, including its extension and subdirectory, if any.
file_position: Option<i64>
The position of a change in a compared file, in line number format.
relative_file_version: Option<RelativeFileVersionEnum>
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
Implementations
The name of the file being compared, including its extension and subdirectory, if any.
The position of a change in a compared file, in line number format.
In a comparison of commits or a pull request, whether the change is in the before or after of that comparison.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Location
impl UnwindSafe for Location
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