#[non_exhaustive]pub struct SheetControlInfoIconLabelOptionsBuilder { /* private fields */ }
Expand description
A builder for SheetControlInfoIconLabelOptions
.
Implementations§
source§impl SheetControlInfoIconLabelOptionsBuilder
impl SheetControlInfoIconLabelOptionsBuilder
sourcepub fn visibility(self, input: Visibility) -> Self
pub fn visibility(self, input: Visibility) -> Self
The visibility configuration of info icon label options.
sourcepub fn set_visibility(self, input: Option<Visibility>) -> Self
pub fn set_visibility(self, input: Option<Visibility>) -> Self
The visibility configuration of info icon label options.
sourcepub fn get_visibility(&self) -> &Option<Visibility>
pub fn get_visibility(&self) -> &Option<Visibility>
The visibility configuration of info icon label options.
sourcepub fn info_icon_text(self, input: impl Into<String>) -> Self
pub fn info_icon_text(self, input: impl Into<String>) -> Self
The text content of info icon.
sourcepub fn set_info_icon_text(self, input: Option<String>) -> Self
pub fn set_info_icon_text(self, input: Option<String>) -> Self
The text content of info icon.
sourcepub fn get_info_icon_text(&self) -> &Option<String>
pub fn get_info_icon_text(&self) -> &Option<String>
The text content of info icon.
sourcepub fn build(self) -> SheetControlInfoIconLabelOptions
pub fn build(self) -> SheetControlInfoIconLabelOptions
Consumes the builder and constructs a SheetControlInfoIconLabelOptions
.
Trait Implementations§
source§impl Clone for SheetControlInfoIconLabelOptionsBuilder
impl Clone for SheetControlInfoIconLabelOptionsBuilder
source§fn clone(&self) -> SheetControlInfoIconLabelOptionsBuilder
fn clone(&self) -> SheetControlInfoIconLabelOptionsBuilder
Returns a copy 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 Default for SheetControlInfoIconLabelOptionsBuilder
impl Default for SheetControlInfoIconLabelOptionsBuilder
source§fn default() -> SheetControlInfoIconLabelOptionsBuilder
fn default() -> SheetControlInfoIconLabelOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SheetControlInfoIconLabelOptionsBuilder
impl PartialEq for SheetControlInfoIconLabelOptionsBuilder
source§fn eq(&self, other: &SheetControlInfoIconLabelOptionsBuilder) -> bool
fn eq(&self, other: &SheetControlInfoIconLabelOptionsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SheetControlInfoIconLabelOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SheetControlInfoIconLabelOptionsBuilder
impl Send for SheetControlInfoIconLabelOptionsBuilder
impl Sync for SheetControlInfoIconLabelOptionsBuilder
impl Unpin for SheetControlInfoIconLabelOptionsBuilder
impl UnwindSafe for SheetControlInfoIconLabelOptionsBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.