pub struct InsertText {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for InsertText
impl Clone for InsertText
Source§fn clone(&self) -> InsertText
fn clone(&self) -> InsertText
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 InsertText
impl Debug for InsertText
Source§impl<'de> Deserialize<'de> for InsertText
impl<'de> Deserialize<'de> for InsertText
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 Method for InsertText
impl Method for InsertText
const NAME: &'static str = "Input.insertText"
type ReturnObject = InsertTextReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for InsertText
impl PartialEq for InsertText
Source§impl Serialize for InsertText
impl Serialize for InsertText
impl StructuralPartialEq for InsertText
Auto Trait Implementations§
impl Freeze for InsertText
impl RefUnwindSafe for InsertText
impl Send for InsertText
impl Sync for InsertText
impl Unpin for InsertText
impl UnwindSafe for InsertText
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