pub struct PayloadFile {
pub download_code: String,
pub file_id: String,
pub file_name: String,
pub space_id: String,
}Fields§
§download_code: String§file_id: String§file_name: String§space_id: StringTrait Implementations§
Source§impl Clone for PayloadFile
impl Clone for PayloadFile
Source§fn clone(&self) -> PayloadFile
fn clone(&self) -> PayloadFile
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 PayloadFile
impl Debug for PayloadFile
Source§impl<'de> Deserialize<'de> for PayloadFile
impl<'de> Deserialize<'de> for PayloadFile
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 DingtalkResource for PayloadFile
impl DingtalkResource for PayloadFile
Auto Trait Implementations§
impl Freeze for PayloadFile
impl RefUnwindSafe for PayloadFile
impl Send for PayloadFile
impl Sync for PayloadFile
impl Unpin for PayloadFile
impl UnsafeUnpin for PayloadFile
impl UnwindSafe for PayloadFile
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