pub struct ElementRange(/* private fields */);Expand description
See range()
Trait Implementations§
Source§impl Clone for ElementRange
impl Clone for ElementRange
Source§fn clone(&self) -> ElementRange
fn clone(&self) -> ElementRange
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 ElementRange
impl Debug for ElementRange
Source§impl Pattern for ElementRange
impl Pattern for ElementRange
impl Copy for ElementRange
Auto Trait Implementations§
impl Freeze for ElementRange
impl RefUnwindSafe for ElementRange
impl Send for ElementRange
impl Sync for ElementRange
impl Unpin for ElementRange
impl UnwindSafe for ElementRange
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