pub struct SetCellStyleRequestBuilder { /* private fields */ }Implementations§
Source§impl SetCellStyleRequestBuilder
impl SetCellStyleRequestBuilder
pub fn spreadsheet_token(self, spreadsheet_token: impl ToString) -> Self
pub fn range(self, range: impl ToString) -> Self
pub fn font(self, font: StyleFont) -> Self
pub fn text_decoration(self, text_decoration: i32) -> Self
pub fn formatter(self, formatter: impl ToString) -> Self
pub fn h_align(self, h_align: i32) -> Self
pub fn v_align(self, v_align: i32) -> Self
pub fn fore_color(self, fore_color: impl ToString) -> Self
pub fn back_color(self, back_color: impl ToString) -> Self
pub fn border_type(self, border_type: impl ToString) -> Self
pub fn border_color(self, border_color: impl ToString) -> Self
pub fn clean(self, clean: bool) -> Self
pub fn build(self) -> SetCellStyleRequest
Trait Implementations§
Source§impl Default for SetCellStyleRequestBuilder
impl Default for SetCellStyleRequestBuilder
Source§fn default() -> SetCellStyleRequestBuilder
fn default() -> SetCellStyleRequestBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetCellStyleRequestBuilder
impl RefUnwindSafe for SetCellStyleRequestBuilder
impl Send for SetCellStyleRequestBuilder
impl Sync for SetCellStyleRequestBuilder
impl Unpin for SetCellStyleRequestBuilder
impl UnwindSafe for SetCellStyleRequestBuilder
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