pub struct AdriveOpenFileCreate {
pub drive_id: String,
pub file_id: String,
pub status: Option<String>,
pub parent_file_id: String,
pub upload_id: Option<String>,
pub file_name: String,
pub available: bool,
pub exist: bool,
pub rapid_upload: bool,
pub part_info_list: Vec<AdriveOpenFilePartInfoUpload>,
}Fields§
§drive_id: String§file_id: String§status: Option<String>§parent_file_id: String§upload_id: Option<String>§file_name: String§available: bool§exist: bool§rapid_upload: bool§part_info_list: Vec<AdriveOpenFilePartInfoUpload>Trait Implementations§
Source§impl Clone for AdriveOpenFileCreate
impl Clone for AdriveOpenFileCreate
Source§fn clone(&self) -> AdriveOpenFileCreate
fn clone(&self) -> AdriveOpenFileCreate
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 AdriveOpenFileCreate
impl Debug for AdriveOpenFileCreate
Source§impl Default for AdriveOpenFileCreate
impl Default for AdriveOpenFileCreate
Source§fn default() -> AdriveOpenFileCreate
fn default() -> AdriveOpenFileCreate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdriveOpenFileCreate
impl<'de> Deserialize<'de> for AdriveOpenFileCreate
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
impl Eq for AdriveOpenFileCreate
Source§impl PartialEq for AdriveOpenFileCreate
impl PartialEq for AdriveOpenFileCreate
Source§fn eq(&self, other: &AdriveOpenFileCreate) -> bool
fn eq(&self, other: &AdriveOpenFileCreate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AdriveOpenFileCreate
impl Serialize for AdriveOpenFileCreate
impl StructuralPartialEq for AdriveOpenFileCreate
Auto Trait Implementations§
impl Freeze for AdriveOpenFileCreate
impl RefUnwindSafe for AdriveOpenFileCreate
impl Send for AdriveOpenFileCreate
impl Sync for AdriveOpenFileCreate
impl Unpin for AdriveOpenFileCreate
impl UnsafeUnpin for AdriveOpenFileCreate
impl UnwindSafe for AdriveOpenFileCreate
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.