pub enum ValueElement {
Export(Export),
StateMember(StateMember),
InitDcl(InitDcl),
}Variants§
Trait Implementations§
Source§impl Clone for ValueElement
impl Clone for ValueElement
Source§fn clone(&self) -> ValueElement
fn clone(&self) -> ValueElement
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 moreSource§impl Debug for ValueElement
impl Debug for ValueElement
Source§impl PartialEq for ValueElement
impl PartialEq for ValueElement
Source§impl PartialOrd for ValueElement
impl PartialOrd for ValueElement
impl StructuralPartialEq for ValueElement
Auto Trait Implementations§
impl Freeze for ValueElement
impl RefUnwindSafe for ValueElement
impl Send for ValueElement
impl Sync for ValueElement
impl Unpin for ValueElement
impl UnwindSafe for ValueElement
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