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