pub struct TargetObjectKeyFormat {
pub partitioned_prefix: Option<PartitionedPrefix>,
pub simple_prefix: Option<SimplePrefix>,
}Expand description
S3 TargetObjectKeyFormat.
Fields§
§partitioned_prefix: Option<PartitionedPrefix>§simple_prefix: Option<SimplePrefix>Trait Implementations§
Source§impl Clone for TargetObjectKeyFormat
impl Clone for TargetObjectKeyFormat
Source§fn clone(&self) -> TargetObjectKeyFormat
fn clone(&self) -> TargetObjectKeyFormat
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 Debug for TargetObjectKeyFormat
impl Debug for TargetObjectKeyFormat
Source§impl Default for TargetObjectKeyFormat
impl Default for TargetObjectKeyFormat
Source§fn default() -> TargetObjectKeyFormat
fn default() -> TargetObjectKeyFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TargetObjectKeyFormat
impl RefUnwindSafe for TargetObjectKeyFormat
impl Send for TargetObjectKeyFormat
impl Sync for TargetObjectKeyFormat
impl Unpin for TargetObjectKeyFormat
impl UnsafeUnpin for TargetObjectKeyFormat
impl UnwindSafe for TargetObjectKeyFormat
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