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