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