pub struct BatchSetCellStyleRequestBuilder { /* private fields */ }Implementations§
Source§impl BatchSetCellStyleRequestBuilder
impl BatchSetCellStyleRequestBuilder
pub fn spreadsheet_token(self, spreadsheet_token: impl ToString) -> Self
pub fn add_style(self, ranges: impl ToString, style: CellStyle) -> Self
pub fn build(self) -> BatchSetCellStyleRequest
Trait Implementations§
Source§impl Default for BatchSetCellStyleRequestBuilder
impl Default for BatchSetCellStyleRequestBuilder
Source§fn default() -> BatchSetCellStyleRequestBuilder
fn default() -> BatchSetCellStyleRequestBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchSetCellStyleRequestBuilder
impl RefUnwindSafe for BatchSetCellStyleRequestBuilder
impl Send for BatchSetCellStyleRequestBuilder
impl Sync for BatchSetCellStyleRequestBuilder
impl Unpin for BatchSetCellStyleRequestBuilder
impl UnwindSafe for BatchSetCellStyleRequestBuilder
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