pub struct StructuralElement {
pub element_type: String,
pub position: ElementPosition,
pub properties: HashMap<String, String>,
}Fields§
§element_type: String§position: ElementPosition§properties: HashMap<String, String>Trait Implementations§
Source§impl Clone for StructuralElement
impl Clone for StructuralElement
Source§fn clone(&self) -> StructuralElement
fn clone(&self) -> StructuralElement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StructuralElement
impl RefUnwindSafe for StructuralElement
impl Send for StructuralElement
impl Sync for StructuralElement
impl Unpin for StructuralElement
impl UnwindSafe for StructuralElement
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