pub struct external;Available on crate feature
blox only.Expand description
External select
Trait Implementations§
Source§impl SelectSubBuilder<multi> for external
impl SelectSubBuilder<multi> for external
Source§type SubBuilder = ExternalBuilder<'static, Multi, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_option>>
type SubBuilder = ExternalBuilder<'static, Multi, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_option>>
Builder associated with marker struct
Source§fn builder() -> Self::SubBuilder
fn builder() -> Self::SubBuilder
Create the builder
Source§impl SelectSubBuilder<single> for external
impl SelectSubBuilder<single> for external
Source§type SubBuilder = ExternalBuilder<'static, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_option>>
type SubBuilder = ExternalBuilder<'static, Single, RequiredMethodNotCalled<placeholder>, RequiredMethodNotCalled<action_id>, OptionalMethodNotCalled<initial_option>>
Builder associated with marker struct
Source§fn builder() -> Self::SubBuilder
fn builder() -> Self::SubBuilder
Create the builder
impl Copy for external
Auto Trait Implementations§
impl Freeze for external
impl RefUnwindSafe for external
impl Send for external
impl Sync for external
impl Unpin for external
impl UnwindSafe for external
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