#[non_exhaustive]pub struct DescribeJournalS3ExportOutput {
pub export_description: Option<JournalS3ExportDescription>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.export_description: Option<JournalS3ExportDescription>Information about the journal export job returned by a DescribeJournalS3Export request.
Implementations§
source§impl DescribeJournalS3ExportOutput
impl DescribeJournalS3ExportOutput
sourcepub fn export_description(&self) -> Option<&JournalS3ExportDescription>
pub fn export_description(&self) -> Option<&JournalS3ExportDescription>
Information about the journal export job returned by a DescribeJournalS3Export request.
source§impl DescribeJournalS3ExportOutput
impl DescribeJournalS3ExportOutput
sourcepub fn builder() -> DescribeJournalS3ExportOutputBuilder
pub fn builder() -> DescribeJournalS3ExportOutputBuilder
Creates a new builder-style object to manufacture DescribeJournalS3ExportOutput.
Trait Implementations§
source§impl Clone for DescribeJournalS3ExportOutput
impl Clone for DescribeJournalS3ExportOutput
source§fn clone(&self) -> DescribeJournalS3ExportOutput
fn clone(&self) -> DescribeJournalS3ExportOutput
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 PartialEq for DescribeJournalS3ExportOutput
impl PartialEq for DescribeJournalS3ExportOutput
source§fn eq(&self, other: &DescribeJournalS3ExportOutput) -> bool
fn eq(&self, other: &DescribeJournalS3ExportOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeJournalS3ExportOutput
impl RequestId for DescribeJournalS3ExportOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DescribeJournalS3ExportOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeJournalS3ExportOutput
impl Send for DescribeJournalS3ExportOutput
impl Sync for DescribeJournalS3ExportOutput
impl Unpin for DescribeJournalS3ExportOutput
impl UnwindSafe for DescribeJournalS3ExportOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.