Struct osmpbf_parser::element::Relation [−][src]
pub struct Relation {
pub id: i64,
pub tags: Tags,
pub info: Option<Info>,
pub members: Vec<Member>,
}Fields
id: i64info: Option<Info>members: Vec<Member>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Relation
impl UnwindSafe for Relation
Blanket Implementations
Mutably borrows from an owned value. Read more