pub struct JsxExpression {
pub value: String,
pub span: Span,
}Fields§
§value: String§span: SpanTrait Implementations§
Source§impl Clone for JsxExpression
impl Clone for JsxExpression
Source§fn clone(&self) -> JsxExpression
fn clone(&self) -> JsxExpression
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 JsxExpression
impl Debug for JsxExpression
Source§impl<'de> Deserialize<'de> for JsxExpression
impl<'de> Deserialize<'de> for JsxExpression
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
Source§impl PartialEq for JsxExpression
impl PartialEq for JsxExpression
Source§fn eq(&self, other: &JsxExpression) -> bool
fn eq(&self, other: &JsxExpression) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for JsxExpression
impl Serialize for JsxExpression
impl StructuralPartialEq for JsxExpression
Auto Trait Implementations§
impl Freeze for JsxExpression
impl RefUnwindSafe for JsxExpression
impl Send for JsxExpression
impl Sync for JsxExpression
impl Unpin for JsxExpression
impl UnsafeUnpin for JsxExpression
impl UnwindSafe for JsxExpression
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