pub struct StructuralSpan { /* private fields */ }Expand description
A recognised block/container range.
Implementations§
Trait Implementations§
Source§impl Clone for StructuralSpan
impl Clone for StructuralSpan
Source§fn clone(&self) -> StructuralSpan
fn clone(&self) -> StructuralSpan
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 moreAuto Trait Implementations§
impl Freeze for StructuralSpan
impl RefUnwindSafe for StructuralSpan
impl Send for StructuralSpan
impl Sync for StructuralSpan
impl Unpin for StructuralSpan
impl UnsafeUnpin for StructuralSpan
impl UnwindSafe for StructuralSpan
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