Struct open_lark::service::sheets::v2::data_operation::BatchSetCellStyleRequest
source · pub struct BatchSetCellStyleRequest { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for BatchSetCellStyleRequest
impl Debug for BatchSetCellStyleRequest
source§impl Default for BatchSetCellStyleRequest
impl Default for BatchSetCellStyleRequest
source§fn default() -> BatchSetCellStyleRequest
fn default() -> BatchSetCellStyleRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchSetCellStyleRequest
impl RefUnwindSafe for BatchSetCellStyleRequest
impl Send for BatchSetCellStyleRequest
impl Sync for BatchSetCellStyleRequest
impl Unpin for BatchSetCellStyleRequest
impl UnwindSafe for BatchSetCellStyleRequest
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