pub struct BindingElementData {
pub dot_dot_dot_token: bool,
pub property_name: NodeIndex,
pub name: NodeIndex,
pub initializer: NodeIndex,
}Expand description
Data for binding elements
Fields§
§dot_dot_dot_token: bool§property_name: NodeIndex§name: NodeIndex§initializer: NodeIndexTrait Implementations§
Source§impl Clone for BindingElementData
impl Clone for BindingElementData
Source§fn clone(&self) -> BindingElementData
fn clone(&self) -> BindingElementData
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 BindingElementData
impl Debug for BindingElementData
Source§impl<'de> Deserialize<'de> for BindingElementData
impl<'de> Deserialize<'de> for BindingElementData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BindingElementData
impl RefUnwindSafe for BindingElementData
impl Send for BindingElementData
impl Sync for BindingElementData
impl Unpin for BindingElementData
impl UnsafeUnpin for BindingElementData
impl UnwindSafe for BindingElementData
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