pub struct ElementValuePair {
pub name_index: U2,
pub value: ElementValueType,
}
Fields§
§name_index: U2
§value: ElementValueType
Trait Implementations§
Source§impl Clone for ElementValuePair
impl Clone for ElementValuePair
Source§fn clone(&self) -> ElementValuePair
fn clone(&self) -> ElementValuePair
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 ElementValuePair
impl RefUnwindSafe for ElementValuePair
impl Send for ElementValuePair
impl Sync for ElementValuePair
impl Unpin for ElementValuePair
impl UnwindSafe for ElementValuePair
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