pub struct ExportProjectionRecord {
pub target_kind: Option<ExportReceiptTargetKind>,
pub target_name: Option<String>,
pub destination: Option<String>,
pub bytes_written: Option<u64>,
}Fields§
§target_kind: Option<ExportReceiptTargetKind>§target_name: Option<String>§destination: Option<String>§bytes_written: Option<u64>Trait Implementations§
Source§impl Clone for ExportProjectionRecord
impl Clone for ExportProjectionRecord
Source§fn clone(&self) -> ExportProjectionRecord
fn clone(&self) -> ExportProjectionRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExportProjectionRecord
impl Debug for ExportProjectionRecord
Source§impl<'de> Deserialize<'de> for ExportProjectionRecord
impl<'de> Deserialize<'de> for ExportProjectionRecord
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 ExportProjectionRecord
impl PartialEq for ExportProjectionRecord
Source§fn eq(&self, other: &ExportProjectionRecord) -> bool
fn eq(&self, other: &ExportProjectionRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ExportProjectionRecord
impl Serialize for ExportProjectionRecord
impl Eq for ExportProjectionRecord
impl StructuralPartialEq for ExportProjectionRecord
Auto Trait Implementations§
impl Freeze for ExportProjectionRecord
impl RefUnwindSafe for ExportProjectionRecord
impl Send for ExportProjectionRecord
impl Sync for ExportProjectionRecord
impl Unpin for ExportProjectionRecord
impl UnsafeUnpin for ExportProjectionRecord
impl UnwindSafe for ExportProjectionRecord
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