pub struct BatchDeleteBlockRespData {
pub document_revision_id: i64,
}Expand description
批量删除块响应数据
Fields§
§document_revision_id: i64文档版本ID
Trait Implementations§
Source§impl ApiResponseTrait for BatchDeleteBlockRespData
impl ApiResponseTrait for BatchDeleteBlockRespData
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 BatchDeleteBlockRespData
impl Clone for BatchDeleteBlockRespData
Source§fn clone(&self) -> BatchDeleteBlockRespData
fn clone(&self) -> BatchDeleteBlockRespData
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 BatchDeleteBlockRespData
impl Debug for BatchDeleteBlockRespData
Source§impl<'de> Deserialize<'de> for BatchDeleteBlockRespData
impl<'de> Deserialize<'de> for BatchDeleteBlockRespData
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 BatchDeleteBlockRespData
impl RefUnwindSafe for BatchDeleteBlockRespData
impl Send for BatchDeleteBlockRespData
impl Sync for BatchDeleteBlockRespData
impl Unpin for BatchDeleteBlockRespData
impl UnwindSafe for BatchDeleteBlockRespData
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