pub struct DescribeJournalS3ExportRequest {
pub export_id: String,
pub name: String,
}Fields§
§export_id: StringThe unique ID of the journal export job that you want to describe.
name: StringThe name of the ledger.
Trait Implementations§
Source§impl Clone for DescribeJournalS3ExportRequest
impl Clone for DescribeJournalS3ExportRequest
Source§fn clone(&self) -> DescribeJournalS3ExportRequest
fn clone(&self) -> DescribeJournalS3ExportRequest
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 DescribeJournalS3ExportRequest
impl Default for DescribeJournalS3ExportRequest
Source§fn default() -> DescribeJournalS3ExportRequest
fn default() -> DescribeJournalS3ExportRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeJournalS3ExportRequest
impl PartialEq for DescribeJournalS3ExportRequest
Source§fn eq(&self, other: &DescribeJournalS3ExportRequest) -> bool
fn eq(&self, other: &DescribeJournalS3ExportRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeJournalS3ExportRequest
Auto Trait Implementations§
impl Freeze for DescribeJournalS3ExportRequest
impl RefUnwindSafe for DescribeJournalS3ExportRequest
impl Send for DescribeJournalS3ExportRequest
impl Sync for DescribeJournalS3ExportRequest
impl Unpin for DescribeJournalS3ExportRequest
impl UnwindSafe for DescribeJournalS3ExportRequest
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