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