pub struct InsertFormattedTextResultDto {
pub new_position: i64,
}Fields§
§new_position: i64Trait Implementations§
Source§impl Clone for InsertFormattedTextResultDto
impl Clone for InsertFormattedTextResultDto
Source§fn clone(&self) -> InsertFormattedTextResultDto
fn clone(&self) -> InsertFormattedTextResultDto
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 InsertFormattedTextResultDto
impl Debug for InsertFormattedTextResultDto
Source§impl Default for InsertFormattedTextResultDto
impl Default for InsertFormattedTextResultDto
Source§fn default() -> InsertFormattedTextResultDto
fn default() -> InsertFormattedTextResultDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InsertFormattedTextResultDto
impl<'de> Deserialize<'de> for InsertFormattedTextResultDto
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 InsertFormattedTextResultDto
impl PartialEq for InsertFormattedTextResultDto
Source§fn eq(&self, other: &InsertFormattedTextResultDto) -> bool
fn eq(&self, other: &InsertFormattedTextResultDto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InsertFormattedTextResultDto
Auto Trait Implementations§
impl Freeze for InsertFormattedTextResultDto
impl RefUnwindSafe for InsertFormattedTextResultDto
impl Send for InsertFormattedTextResultDto
impl Sync for InsertFormattedTextResultDto
impl Unpin for InsertFormattedTextResultDto
impl UnsafeUnpin for InsertFormattedTextResultDto
impl UnwindSafe for InsertFormattedTextResultDto
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