pub struct ElementValuePair {
pub element_name_index: u16,
pub value: ElementValue,
}
Fields§
§element_name_index: u16
§value: ElementValue
Trait Implementations§
Auto 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