pub struct SendTextArgs {
pub session: String,
pub text: String,
}Fields§
§session: String§text: StringTrait Implementations§
Source§impl Clone for SendTextArgs
impl Clone for SendTextArgs
Source§fn clone(&self) -> SendTextArgs
fn clone(&self) -> SendTextArgs
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 Debug for SendTextArgs
impl Debug for SendTextArgs
Source§impl Default for SendTextArgs
impl Default for SendTextArgs
Source§fn default() -> SendTextArgs
fn default() -> SendTextArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendTextArgs
impl<'de> Deserialize<'de> for SendTextArgs
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 SendTextArgs
impl PartialEq for SendTextArgs
Source§impl Serialize for SendTextArgs
impl Serialize for SendTextArgs
impl StructuralPartialEq for SendTextArgs
Auto Trait Implementations§
impl Freeze for SendTextArgs
impl RefUnwindSafe for SendTextArgs
impl Send for SendTextArgs
impl Sync for SendTextArgs
impl Unpin for SendTextArgs
impl UnwindSafe for SendTextArgs
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