Struct aws_sdk_ecrpublic::output::UploadLayerPartOutput
source · [−]#[non_exhaustive]pub struct UploadLayerPartOutput {
pub registry_id: Option<String>,
pub repository_name: Option<String>,
pub upload_id: Option<String>,
pub last_byte_received: Option<i64>,
}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.registry_id: Option<String>The registry ID associated with the request.
repository_name: Option<String>The repository name associated with the request.
upload_id: Option<String>The upload ID associated with the request.
last_byte_received: Option<i64>The integer value of the last byte received in the request.
Implementations
The registry ID associated with the request.
The repository name associated with the request.
The integer value of the last byte received in the request.
Creates a new builder-style object to manufacture UploadLayerPartOutput
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 UploadLayerPartOutput
impl Send for UploadLayerPartOutput
impl Sync for UploadLayerPartOutput
impl Unpin for UploadLayerPartOutput
impl UnwindSafe for UploadLayerPartOutput
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