pub struct GetFileStatisticsRequest {
pub file_token: String,
}Expand description
获取文件统计信息请求参数
Fields§
§file_token: String文件token
Implementations§
Trait Implementations§
Source§impl Clone for GetFileStatisticsRequest
impl Clone for GetFileStatisticsRequest
Source§fn clone(&self) -> GetFileStatisticsRequest
fn clone(&self) -> GetFileStatisticsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetFileStatisticsRequest
impl Debug for GetFileStatisticsRequest
Source§impl<'de> Deserialize<'de> for GetFileStatisticsRequest
impl<'de> Deserialize<'de> for GetFileStatisticsRequest
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 GetFileStatisticsRequest
impl RefUnwindSafe for GetFileStatisticsRequest
impl Send for GetFileStatisticsRequest
impl Sync for GetFileStatisticsRequest
impl Unpin for GetFileStatisticsRequest
impl UnwindSafe for GetFileStatisticsRequest
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