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