pub struct BulkObjectRestoreEntry {
pub bucket: String,
pub key: String,
pub version_id: String,
pub restore_header: String,
}Fields§
§bucket: String§key: String§version_id: String§restore_header: StringTrait Implementations§
Source§impl Clone for BulkObjectRestoreEntry
impl Clone for BulkObjectRestoreEntry
Source§fn clone(&self) -> BulkObjectRestoreEntry
fn clone(&self) -> BulkObjectRestoreEntry
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 BulkObjectRestoreEntry
impl Debug for BulkObjectRestoreEntry
Source§impl PartialEq for BulkObjectRestoreEntry
impl PartialEq for BulkObjectRestoreEntry
Source§fn eq(&self, other: &BulkObjectRestoreEntry) -> bool
fn eq(&self, other: &BulkObjectRestoreEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BulkObjectRestoreEntry
impl StructuralPartialEq for BulkObjectRestoreEntry
Auto Trait Implementations§
impl Freeze for BulkObjectRestoreEntry
impl RefUnwindSafe for BulkObjectRestoreEntry
impl Send for BulkObjectRestoreEntry
impl Sync for BulkObjectRestoreEntry
impl Unpin for BulkObjectRestoreEntry
impl UnsafeUnpin for BulkObjectRestoreEntry
impl UnwindSafe for BulkObjectRestoreEntry
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