pub struct GlobalElement {
pub type_name: String,
}Expand description
A top-level element and the type it is declared as.
Fields§
§type_name: StringTrait Implementations§
Source§impl Clone for GlobalElement
impl Clone for GlobalElement
Source§fn clone(&self) -> GlobalElement
fn clone(&self) -> GlobalElement
Returns a copy 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 GlobalElement
impl RefUnwindSafe for GlobalElement
impl Send for GlobalElement
impl Sync for GlobalElement
impl Unpin for GlobalElement
impl UnwindSafe for GlobalElement
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