pub struct TextWithCursors { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TextWithCursors
impl Clone for TextWithCursors
Source§fn clone(&self) -> TextWithCursors
fn clone(&self) -> TextWithCursors
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 TextWithCursors
impl Debug for TextWithCursors
Source§impl Default for TextWithCursors
impl Default for TextWithCursors
Source§fn default() -> TextWithCursors
fn default() -> TextWithCursors
Returns the “default value” for a type. Read more
Source§impl From<&String> for TextWithCursors
impl From<&String> for TextWithCursors
Source§impl<'a> From<&'a str> for TextWithCursors
impl<'a> From<&'a str> for TextWithCursors
Source§impl From<String> for TextWithCursors
impl From<String> for TextWithCursors
Source§impl PartialEq for TextWithCursors
impl PartialEq for TextWithCursors
impl StructuralPartialEq for TextWithCursors
Auto Trait Implementations§
impl Freeze for TextWithCursors
impl RefUnwindSafe for TextWithCursors
impl Send for TextWithCursors
impl Sync for TextWithCursors
impl Unpin for TextWithCursors
impl UnsafeUnpin for TextWithCursors
impl UnwindSafe for TextWithCursors
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