pub struct Relation {
pub id: Id,
pub tags: HashMap<KString, KString>,
pub info: Option<Info>,
pub members: Vec<Member>,
}Expand description
Ordered list of Elements
Fields§
§id: Id§info: Option<Info>§members: Vec<Member>Trait Implementations§
source§impl PartialEq<Relation> for Relation
impl PartialEq<Relation> for Relation
impl Eq for Relation
impl StructuralEq for Relation
impl StructuralPartialEq for Relation
Auto Trait Implementations§
impl RefUnwindSafe for Relation
impl Send for Relation
impl Sync for Relation
impl Unpin for Relation
impl UnwindSafe for Relation
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