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