Struct open_lark::service::sheets::v2::data_operation::BatchSetCellStyleResponse
source · pub struct BatchSetCellStyleResponse {
pub spreed_sheet_token: String,
pub total_updated_rows: i32,
pub total_updated_columns: i32,
pub total_updated_cells: i32,
pub revision: i32,
pub responses: Vec<SheetDataUpdates>,
}Fields§
§spreed_sheet_token: String§total_updated_rows: i32§total_updated_columns: i32§total_updated_cells: i32§revision: i32sheet 的版本号
responses: Vec<SheetDataUpdates>各个范围的设置单元格样式的范围、行列数等
Trait Implementations§
source§impl ApiResponseTrait for BatchSetCellStyleResponse
impl ApiResponseTrait for BatchSetCellStyleResponse
source§fn data_format() -> ResponseFormat
fn data_format() -> ResponseFormat
是否是标准数据格式, 既是用data包裹数据
fn from_binary(_file_name: String, _body: Vec<u8>) -> Option<Self>
source§impl Debug for BatchSetCellStyleResponse
impl Debug for BatchSetCellStyleResponse
source§impl<'de> Deserialize<'de> for BatchSetCellStyleResponse
impl<'de> Deserialize<'de> for BatchSetCellStyleResponse
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 BatchSetCellStyleResponse
impl RefUnwindSafe for BatchSetCellStyleResponse
impl Send for BatchSetCellStyleResponse
impl Sync for BatchSetCellStyleResponse
impl Unpin for BatchSetCellStyleResponse
impl UnwindSafe for BatchSetCellStyleResponse
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