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