pub struct SelectorButton { /* private fields */ }
Implementations§
Source§impl SelectorButton
impl SelectorButton
pub fn new() -> SelectorButton
pub fn visible(self, visible: bool) -> SelectorButton
pub fn step(self, step: SelectorStep) -> SelectorButton
pub fn step_mode(self, step_mode: StepMode) -> SelectorButton
pub fn count(self, count: usize) -> SelectorButton
pub fn label(self, label: &str) -> SelectorButton
pub fn name(self, name: &str) -> SelectorButton
pub fn template_item_name(self, template_item_name: &str) -> SelectorButton
Trait Implementations§
Source§impl Debug for SelectorButton
impl Debug for SelectorButton
Source§impl Default for SelectorButton
impl Default for SelectorButton
Source§fn default() -> SelectorButton
fn default() -> SelectorButton
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SelectorButton
impl RefUnwindSafe for SelectorButton
impl Send for SelectorButton
impl Sync for SelectorButton
impl Unpin for SelectorButton
impl UnwindSafe for SelectorButton
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