pub enum StructureElement {
Attribute(Attribute<StructureId>),
Method(Method<StructureId>),
}
Variants§
Attribute(Attribute<StructureId>)
Method(Method<StructureId>)
Auto Trait Implementations§
impl Freeze for StructureElement
impl RefUnwindSafe for StructureElement
impl Send for StructureElement
impl Sync for StructureElement
impl Unpin for StructureElement
impl UnwindSafe for StructureElement
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