pub struct TextLocality {
pub buffer: Local<()>,
pub original: Local<()>,
}
Fields§
§buffer: Local<()>
§original: Local<()>
Trait Implementations§
Source§impl Clone for TextLocality
impl Clone for TextLocality
Source§fn clone(&self) -> TextLocality
fn clone(&self) -> TextLocality
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 TextLocality
impl Debug for TextLocality
Source§impl Ord for TextLocality
impl Ord for TextLocality
Source§fn cmp(&self, other: &TextLocality) -> Ordering
fn cmp(&self, other: &TextLocality) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextLocality
impl PartialEq for TextLocality
Source§impl PartialOrd for TextLocality
impl PartialOrd for TextLocality
impl Eq for TextLocality
impl StructuralPartialEq for TextLocality
Auto Trait Implementations§
impl Freeze for TextLocality
impl RefUnwindSafe for TextLocality
impl Send for TextLocality
impl Sync for TextLocality
impl Unpin for TextLocality
impl UnwindSafe for TextLocality
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