Struct rustc_hir::hir::Destination [−][src]
pub struct Destination {
pub label: Option<Label>,
pub target_id: Result<HirId, LoopIdError>,
}
Fields
label: Option<Label>
target_id: Result<HirId, LoopIdError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Destination
impl !Send for Destination
impl !Sync for Destination
impl Unpin for Destination
impl UnwindSafe for Destination
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes