pub struct SendInboxMessageRequestInteractiveBody {
pub text: String,
}Fields§
§text: StringMain body text.
Implementations§
Trait Implementations§
Source§impl Clone for SendInboxMessageRequestInteractiveBody
impl Clone for SendInboxMessageRequestInteractiveBody
Source§fn clone(&self) -> SendInboxMessageRequestInteractiveBody
fn clone(&self) -> SendInboxMessageRequestInteractiveBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SendInboxMessageRequestInteractiveBody
impl Default for SendInboxMessageRequestInteractiveBody
Source§fn default() -> SendInboxMessageRequestInteractiveBody
fn default() -> SendInboxMessageRequestInteractiveBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendInboxMessageRequestInteractiveBody
impl<'de> Deserialize<'de> for SendInboxMessageRequestInteractiveBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SendInboxMessageRequestInteractiveBody
impl PartialEq for SendInboxMessageRequestInteractiveBody
Source§fn eq(&self, other: &SendInboxMessageRequestInteractiveBody) -> bool
fn eq(&self, other: &SendInboxMessageRequestInteractiveBody) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SendInboxMessageRequestInteractiveBody
Auto Trait Implementations§
impl Freeze for SendInboxMessageRequestInteractiveBody
impl RefUnwindSafe for SendInboxMessageRequestInteractiveBody
impl Send for SendInboxMessageRequestInteractiveBody
impl Sync for SendInboxMessageRequestInteractiveBody
impl Unpin for SendInboxMessageRequestInteractiveBody
impl UnsafeUnpin for SendInboxMessageRequestInteractiveBody
impl UnwindSafe for SendInboxMessageRequestInteractiveBody
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