pub struct InsertTextParams {
pub text: String,
}Expand description
Parameters for Input.insertText.
Fields§
§text: StringThe text to insert.
Trait Implementations§
Source§impl Clone for InsertTextParams
impl Clone for InsertTextParams
Source§fn clone(&self) -> InsertTextParams
fn clone(&self) -> InsertTextParams
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 InsertTextParams
impl Debug for InsertTextParams
Auto Trait Implementations§
impl Freeze for InsertTextParams
impl RefUnwindSafe for InsertTextParams
impl Send for InsertTextParams
impl Sync for InsertTextParams
impl Unpin for InsertTextParams
impl UnwindSafe for InsertTextParams
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