pub struct RangeLocation {
pub start: Location,
pub end: Location,
}Fields§
§start: Location§end: LocationTrait Implementations§
Source§impl Clone for RangeLocation
impl Clone for RangeLocation
Source§fn clone(&self) -> RangeLocation
fn clone(&self) -> RangeLocation
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 RangeLocation
impl Debug for RangeLocation
Source§impl PartialEq for RangeLocation
impl PartialEq for RangeLocation
Source§impl Serialize for RangeLocation
impl Serialize for RangeLocation
impl StructuralPartialEq for RangeLocation
Auto Trait Implementations§
impl Freeze for RangeLocation
impl RefUnwindSafe for RangeLocation
impl Send for RangeLocation
impl Sync for RangeLocation
impl Unpin for RangeLocation
impl UnwindSafe for RangeLocation
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