pub struct GetFileSubscriptionRespData {
pub subscription: FileSubscription,
}Expand description
查询云文档事件订阅状态响应数据
Fields§
§subscription: FileSubscription订阅信息
Trait Implementations§
Source§impl ApiResponseTrait for GetFileSubscriptionRespData
impl ApiResponseTrait for GetFileSubscriptionRespData
Source§fn data_format() -> ResponseFormat
fn data_format() -> ResponseFormat
是否是标准数据格式, 既是用data包裹数据
fn from_binary(_file_name: String, _body: Vec<u8>) -> Option<Self>
Source§impl Clone for GetFileSubscriptionRespData
impl Clone for GetFileSubscriptionRespData
Source§fn clone(&self) -> GetFileSubscriptionRespData
fn clone(&self) -> GetFileSubscriptionRespData
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 GetFileSubscriptionRespData
impl Debug for GetFileSubscriptionRespData
Source§impl<'de> Deserialize<'de> for GetFileSubscriptionRespData
impl<'de> Deserialize<'de> for GetFileSubscriptionRespData
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 GetFileSubscriptionRespData
impl RefUnwindSafe for GetFileSubscriptionRespData
impl Send for GetFileSubscriptionRespData
impl Sync for GetFileSubscriptionRespData
impl Unpin for GetFileSubscriptionRespData
impl UnwindSafe for GetFileSubscriptionRespData
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