Struct rustc::hir::intravisit::IdRange
[−]
[src]
pub struct IdRange { pub min: NodeId, pub max: NodeId, }
Unstable (
rustc_private
)Fields
min: NodeId
Unstable (
rustc_private
)max: NodeId
Unstable (
rustc_private
)Methods
impl IdRange
[src]
Trait Implementations
Derived Implementations
impl Debug for IdRange
[src]
impl Decodable for IdRange
[src]
impl Encodable for IdRange
[src]
impl Clone for IdRange
[src]
fn clone(&self) -> IdRange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more