pub struct DistinctSources {
pub begin: (String, BytePos),
pub end: (String, BytePos),
}
Fields§
§begin: (String, BytePos)
§end: (String, BytePos)
Trait Implementations§
Source§impl Clone for DistinctSources
impl Clone for DistinctSources
Source§fn clone(&self) -> DistinctSources
fn clone(&self) -> DistinctSources
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 DistinctSources
impl Debug for DistinctSources
Source§impl PartialEq for DistinctSources
impl PartialEq for DistinctSources
impl Eq for DistinctSources
impl StructuralPartialEq for DistinctSources
Auto Trait Implementations§
impl Freeze for DistinctSources
impl RefUnwindSafe for DistinctSources
impl Send for DistinctSources
impl Sync for DistinctSources
impl Unpin for DistinctSources
impl UnwindSafe for DistinctSources
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