pub struct SubSection {
pub range: RangeInclusive<u64>,
pub entries: Vec<CrossReference>,
}Expand description
A cross reference subsection
Fields§
§range: RangeInclusive<u64>§entries: Vec<CrossReference>Trait Implementations§
Source§impl Clone for SubSection
impl Clone for SubSection
Source§fn clone(&self) -> SubSection
fn clone(&self) -> SubSection
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 SubSection
impl Debug for SubSection
Auto Trait Implementations§
impl Freeze for SubSection
impl RefUnwindSafe for SubSection
impl Send for SubSection
impl Sync for SubSection
impl Unpin for SubSection
impl UnwindSafe for SubSection
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