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