Struct loro_internal::op::SliceRanges
source · pub struct SliceRanges(pub SmallVec<[SliceRange; 2]>);Tuple Fields§
§0: SmallVec<[SliceRange; 2]>Trait Implementations§
source§impl Clone for SliceRanges
impl Clone for SliceRanges
source§fn clone(&self) -> SliceRanges
fn clone(&self) -> SliceRanges
Returns a copy 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 SliceRanges
impl Debug for SliceRanges
source§impl DeltaValue for SliceRanges
impl DeltaValue for SliceRanges
source§impl From<SliceRange> for SliceRanges
impl From<SliceRange> for SliceRanges
source§fn from(value: SliceRange) -> Self
fn from(value: SliceRange) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SliceRanges
impl Send for SliceRanges
impl Sync for SliceRanges
impl Unpin for SliceRanges
impl UnwindSafe for SliceRanges
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