pub struct GetObjectMetadataHeaders {
pub x_dtz_realm: Option<String>,
}Expand description
struct for passing optional header parameters to the method get_object_metadata
Fields§
§x_dtz_realm: Option<String>see docs https://downtozero.cloud/docs e.g. dtz-objectstore
Trait Implementations§
Source§impl Clone for GetObjectMetadataHeaders
impl Clone for GetObjectMetadataHeaders
Source§fn clone(&self) -> GetObjectMetadataHeaders
fn clone(&self) -> GetObjectMetadataHeaders
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 GetObjectMetadataHeaders
impl Debug for GetObjectMetadataHeaders
Source§impl Default for GetObjectMetadataHeaders
impl Default for GetObjectMetadataHeaders
Source§fn default() -> GetObjectMetadataHeaders
fn default() -> GetObjectMetadataHeaders
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectMetadataHeaders
impl RefUnwindSafe for GetObjectMetadataHeaders
impl Send for GetObjectMetadataHeaders
impl Sync for GetObjectMetadataHeaders
impl Unpin for GetObjectMetadataHeaders
impl UnwindSafe for GetObjectMetadataHeaders
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