#[non_exhaustive]pub struct CopyObjectParams {}Expand description
Parameters to a copy_object request
Implementations§
Source§impl CopyObjectParams
impl CopyObjectParams
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a default CopyObjectParams.
Trait Implementations§
Source§impl Clone for CopyObjectParams
impl Clone for CopyObjectParams
Source§fn clone(&self) -> CopyObjectParams
fn clone(&self) -> CopyObjectParams
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 CopyObjectParams
impl Debug for CopyObjectParams
Source§impl Default for CopyObjectParams
impl Default for CopyObjectParams
Source§fn default() -> CopyObjectParams
fn default() -> CopyObjectParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CopyObjectParams
impl RefUnwindSafe for CopyObjectParams
impl Send for CopyObjectParams
impl Sync for CopyObjectParams
impl Unpin for CopyObjectParams
impl UnwindSafe for CopyObjectParams
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