pub struct DownloadsGetFileContentOptions {
pub range: Option<String>,
pub boxapi: Option<String>,
pub version: Option<String>,
pub access_token: Option<String>,
}Expand description
Optional parameters for DownloadsManager::get_file_content.
Fields§
§range: Option<String>§boxapi: Option<String>§version: Option<String>§access_token: Option<String>Trait Implementations§
Source§impl Clone for DownloadsGetFileContentOptions
impl Clone for DownloadsGetFileContentOptions
Source§fn clone(&self) -> DownloadsGetFileContentOptions
fn clone(&self) -> DownloadsGetFileContentOptions
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 Default for DownloadsGetFileContentOptions
impl Default for DownloadsGetFileContentOptions
Source§fn default() -> DownloadsGetFileContentOptions
fn default() -> DownloadsGetFileContentOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DownloadsGetFileContentOptions
impl RefUnwindSafe for DownloadsGetFileContentOptions
impl Send for DownloadsGetFileContentOptions
impl Sync for DownloadsGetFileContentOptions
impl Unpin for DownloadsGetFileContentOptions
impl UnsafeUnpin for DownloadsGetFileContentOptions
impl UnwindSafe for DownloadsGetFileContentOptions
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