pub struct ChosenInlineResultBuilder { /* private fields */ }Expand description
Builder for the ChosenInlineResult structure
Implementations§
Source§impl ChosenInlineResultBuilder
impl ChosenInlineResultBuilder
Trait Implementations§
Source§impl Builder for ChosenInlineResultBuilder
impl Builder for ChosenInlineResultBuilder
Source§type Value = ChosenInlineResult
type Value = ChosenInlineResult
Type to be built
Auto Trait Implementations§
impl Freeze for ChosenInlineResultBuilder
impl RefUnwindSafe for ChosenInlineResultBuilder
impl Send for ChosenInlineResultBuilder
impl Sync for ChosenInlineResultBuilder
impl Unpin for ChosenInlineResultBuilder
impl UnwindSafe for ChosenInlineResultBuilder
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