pub struct SpreadData {
pub expression: NodeIndex,
}Expand description
Data for spread assignments
Fields§
§expression: NodeIndexTrait Implementations§
Source§impl Clone for SpreadData
impl Clone for SpreadData
Source§fn clone(&self) -> SpreadData
fn clone(&self) -> SpreadData
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 SpreadData
impl Debug for SpreadData
Source§impl<'de> Deserialize<'de> for SpreadData
impl<'de> Deserialize<'de> for SpreadData
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 SpreadData
impl RefUnwindSafe for SpreadData
impl Send for SpreadData
impl Sync for SpreadData
impl Unpin for SpreadData
impl UnsafeUnpin for SpreadData
impl UnwindSafe for SpreadData
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