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