pub struct InteractionResponse {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for InteractionResponse
impl Clone for InteractionResponse
Source§fn clone(&self) -> InteractionResponse
fn clone(&self) -> InteractionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InteractionResponse
impl Debug for InteractionResponse
impl Eq for InteractionResponse
Source§impl PartialEq for InteractionResponse
impl PartialEq for InteractionResponse
impl StructuralPartialEq for InteractionResponse
Auto Trait Implementations§
impl Freeze for InteractionResponse
impl RefUnwindSafe for InteractionResponse
impl Send for InteractionResponse
impl Sync for InteractionResponse
impl Unpin for InteractionResponse
impl UnsafeUnpin for InteractionResponse
impl UnwindSafe for InteractionResponse
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