pub struct InsertTextRequest {
pub text: String,
pub location: Location,
}Expand description
Insert text request.
Fields§
§text: String§location: LocationTrait Implementations§
Source§impl Clone for InsertTextRequest
impl Clone for InsertTextRequest
Source§fn clone(&self) -> InsertTextRequest
fn clone(&self) -> InsertTextRequest
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 InsertTextRequest
impl Debug for InsertTextRequest
Auto Trait Implementations§
impl Freeze for InsertTextRequest
impl RefUnwindSafe for InsertTextRequest
impl Send for InsertTextRequest
impl Sync for InsertTextRequest
impl Unpin for InsertTextRequest
impl UnsafeUnpin for InsertTextRequest
impl UnwindSafe for InsertTextRequest
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