pub struct FeedbackButtonBuilder { /* private fields */ }Expand description
Builder for FeedbackButton object.
Implementations§
Source§impl FeedbackButtonBuilder
impl FeedbackButtonBuilder
Sourcepub fn get_accessibility_label(&self) -> Option<&String>
pub fn get_accessibility_label(&self) -> Option<&String>
get accessibility_label field value.
Sourcepub fn set_accessibility_label(self, value: Option<impl Into<String>>) -> Self
pub fn set_accessibility_label(self, value: Option<impl Into<String>>) -> Self
set accessibility_label field value.
Sourcepub fn accessibility_label(self, value: impl Into<String>) -> Self
pub fn accessibility_label(self, value: impl Into<String>) -> Self
set accessibility_label field value.
Sourcepub fn build(self) -> Result<FeedbackButton, ValidationErrors>
pub fn build(self) -> Result<FeedbackButton, ValidationErrors>
build FeedbackButton object.
Trait Implementations§
Source§impl Debug for FeedbackButtonBuilder
impl Debug for FeedbackButtonBuilder
Auto Trait Implementations§
impl Freeze for FeedbackButtonBuilder
impl RefUnwindSafe for FeedbackButtonBuilder
impl Send for FeedbackButtonBuilder
impl Sync for FeedbackButtonBuilder
impl Unpin for FeedbackButtonBuilder
impl UnsafeUnpin for FeedbackButtonBuilder
impl UnwindSafe for FeedbackButtonBuilder
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