pub struct SelectAccountBuilder { /* private fields */ }Expand description
Builder for SelectAccount.
Implementations§
Source§impl SelectAccountBuilder
impl SelectAccountBuilder
pub fn dialog_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn account_index<VALUE: Into<JsUInt>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<SelectAccount, SelectAccountBuilderError>
pub fn build(&self) -> Result<SelectAccount, SelectAccountBuilderError>
Trait Implementations§
Source§impl Clone for SelectAccountBuilder
impl Clone for SelectAccountBuilder
Source§fn clone(&self) -> SelectAccountBuilder
fn clone(&self) -> SelectAccountBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SelectAccountBuilder
impl RefUnwindSafe for SelectAccountBuilder
impl Send for SelectAccountBuilder
impl Sync for SelectAccountBuilder
impl Unpin for SelectAccountBuilder
impl UnsafeUnpin for SelectAccountBuilder
impl UnwindSafe for SelectAccountBuilder
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