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