pub struct InlineResult(/* private fields */);
Expand description
Trait Implementations§
Source§impl From<Article> for InlineResult
impl From<Article> for InlineResult
Source§impl From<InlineResult> for InputBotInlineResult
impl From<InlineResult> for InputBotInlineResult
Source§fn from(result: InlineResult) -> Self
fn from(result: InlineResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InlineResult
impl RefUnwindSafe for InlineResult
impl Send for InlineResult
impl Sync for InlineResult
impl Unpin for InlineResult
impl UnwindSafe for InlineResult
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