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