pub struct StartDownloadArgs {
pub blob_id: String,
pub container_id: String,
pub chunk_size: u64,
pub context: Option<String>,
}
Fields§
§blob_id: String
§container_id: String
§chunk_size: u64
§context: Option<String>
Trait Implementations§
Source§impl Clone for StartDownloadArgs
impl Clone for StartDownloadArgs
Source§fn clone(&self) -> StartDownloadArgs
fn clone(&self) -> StartDownloadArgs
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 StartDownloadArgs
impl Debug for StartDownloadArgs
Source§impl Default for StartDownloadArgs
impl Default for StartDownloadArgs
Source§fn default() -> StartDownloadArgs
fn default() -> StartDownloadArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartDownloadArgs
impl<'de> Deserialize<'de> for StartDownloadArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartDownloadArgs
impl PartialEq for StartDownloadArgs
Source§impl Serialize for StartDownloadArgs
impl Serialize for StartDownloadArgs
impl StructuralPartialEq for StartDownloadArgs
Auto Trait Implementations§
impl Freeze for StartDownloadArgs
impl RefUnwindSafe for StartDownloadArgs
impl Send for StartDownloadArgs
impl Sync for StartDownloadArgs
impl Unpin for StartDownloadArgs
impl UnwindSafe for StartDownloadArgs
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