pub struct DescribeJournalS3ExportResponse {
pub export_description: JournalS3ExportDescription,
}Fields§
§export_description: JournalS3ExportDescriptionInformation about the journal export job returned by a DescribeJournalS3Export request.
Trait Implementations§
Source§impl Clone for DescribeJournalS3ExportResponse
impl Clone for DescribeJournalS3ExportResponse
Source§fn clone(&self) -> DescribeJournalS3ExportResponse
fn clone(&self) -> DescribeJournalS3ExportResponse
Returns a duplicate 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 Default for DescribeJournalS3ExportResponse
impl Default for DescribeJournalS3ExportResponse
Source§fn default() -> DescribeJournalS3ExportResponse
fn default() -> DescribeJournalS3ExportResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeJournalS3ExportResponse
impl<'de> Deserialize<'de> for DescribeJournalS3ExportResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeJournalS3ExportResponse
impl PartialEq for DescribeJournalS3ExportResponse
Source§fn eq(&self, other: &DescribeJournalS3ExportResponse) -> bool
fn eq(&self, other: &DescribeJournalS3ExportResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeJournalS3ExportResponse
Auto Trait Implementations§
impl Freeze for DescribeJournalS3ExportResponse
impl RefUnwindSafe for DescribeJournalS3ExportResponse
impl Send for DescribeJournalS3ExportResponse
impl Sync for DescribeJournalS3ExportResponse
impl Unpin for DescribeJournalS3ExportResponse
impl UnwindSafe for DescribeJournalS3ExportResponse
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