pub struct StructItem {
pub span: Range<usize>,
/* private fields */
}Fields§
§span: Range<usize>Trait Implementations§
Source§impl Clone for StructItem
impl Clone for StructItem
Source§fn clone(&self) -> StructItem
fn clone(&self) -> StructItem
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 StructItem
impl Debug for StructItem
Source§impl PartialEq for StructItem
impl PartialEq for StructItem
impl StructuralPartialEq for StructItem
Auto Trait Implementations§
impl Freeze for StructItem
impl RefUnwindSafe for StructItem
impl Send for StructItem
impl Sync for StructItem
impl Unpin for StructItem
impl UnwindSafe for StructItem
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