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