pub struct RedundantUploadOptions {
pub base: UploadOptions,
pub redundancy_level: Option<RedundancyLevel>,
}Expand description
UploadOptions plus a redundancy level. Mirrors bee-go
RedundantUploadOptions.
Fields§
§base: UploadOptionsInherited base options.
redundancy_level: Option<RedundancyLevel>Redundancy level (Off omits the header).
Trait Implementations§
Source§impl Clone for RedundantUploadOptions
impl Clone for RedundantUploadOptions
Source§fn clone(&self) -> RedundantUploadOptions
fn clone(&self) -> RedundantUploadOptions
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 RedundantUploadOptions
impl Debug for RedundantUploadOptions
Source§impl Default for RedundantUploadOptions
impl Default for RedundantUploadOptions
Source§fn default() -> RedundantUploadOptions
fn default() -> RedundantUploadOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RedundantUploadOptions
impl RefUnwindSafe for RedundantUploadOptions
impl Send for RedundantUploadOptions
impl Sync for RedundantUploadOptions
impl Unpin for RedundantUploadOptions
impl UnsafeUnpin for RedundantUploadOptions
impl UnwindSafe for RedundantUploadOptions
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