pub struct TextObjectSpec {
pub scope: TextObjectScope,
pub kind: TextObjectKind,
pub count: usize,
}Fields§
§scope: TextObjectScope§kind: TextObjectKind§count: usizeTrait Implementations§
Source§impl Clone for TextObjectSpec
impl Clone for TextObjectSpec
Source§fn clone(&self) -> TextObjectSpec
fn clone(&self) -> TextObjectSpec
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 TextObjectSpec
impl Debug for TextObjectSpec
Source§impl PartialEq for TextObjectSpec
impl PartialEq for TextObjectSpec
impl Copy for TextObjectSpec
impl Eq for TextObjectSpec
impl StructuralPartialEq for TextObjectSpec
Auto Trait Implementations§
impl Freeze for TextObjectSpec
impl RefUnwindSafe for TextObjectSpec
impl Send for TextObjectSpec
impl Sync for TextObjectSpec
impl Unpin for TextObjectSpec
impl UnsafeUnpin for TextObjectSpec
impl UnwindSafe for TextObjectSpec
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