pub struct FileListOutput {
pub request_id: String,
pub data: FileListData,
}Expand description
文件列表输出
Fields§
§request_id: String请求ID
data: FileListData响应数据
Trait Implementations§
Source§impl Clone for FileListOutput
impl Clone for FileListOutput
Source§fn clone(&self) -> FileListOutput
fn clone(&self) -> FileListOutput
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 FileListOutput
impl Debug for FileListOutput
Source§impl<'de> Deserialize<'de> for FileListOutput
impl<'de> Deserialize<'de> for FileListOutput
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
Auto Trait Implementations§
impl Freeze for FileListOutput
impl RefUnwindSafe for FileListOutput
impl Send for FileListOutput
impl Sync for FileListOutput
impl Unpin for FileListOutput
impl UnwindSafe for FileListOutput
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