#[non_exhaustive]pub struct ListControlSelectAllOptions { /* private fields */ }
Expand description
The configuration of the Select all
options in a list control.
Implementations§
source§impl ListControlSelectAllOptions
impl ListControlSelectAllOptions
sourcepub fn visibility(&self) -> Option<&Visibility>
pub fn visibility(&self) -> Option<&Visibility>
The visibility configuration of the Select all
options in a list control.
source§impl ListControlSelectAllOptions
impl ListControlSelectAllOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListControlSelectAllOptions
.
Trait Implementations§
source§impl Clone for ListControlSelectAllOptions
impl Clone for ListControlSelectAllOptions
source§fn clone(&self) -> ListControlSelectAllOptions
fn clone(&self) -> ListControlSelectAllOptions
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 Debug for ListControlSelectAllOptions
impl Debug for ListControlSelectAllOptions
source§impl PartialEq<ListControlSelectAllOptions> for ListControlSelectAllOptions
impl PartialEq<ListControlSelectAllOptions> for ListControlSelectAllOptions
source§fn eq(&self, other: &ListControlSelectAllOptions) -> bool
fn eq(&self, other: &ListControlSelectAllOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.