pub struct ExprString(pub Expr);
Tuple Fields§
§0: Expr
Trait Implementations§
Source§impl Clone for ExprString
impl Clone for ExprString
Source§fn clone(&self) -> ExprString
fn clone(&self) -> ExprString
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 ExprString
impl Debug for ExprString
Source§impl Deref for ExprString
impl Deref for ExprString
Source§impl<'de> Deserialize<'de> for ExprString
impl<'de> Deserialize<'de> for ExprString
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 From<ExprString> for String
impl From<ExprString> for String
Source§fn from(value: ExprString) -> String
fn from(value: ExprString) -> String
Converts to this type from the input type.
Source§impl PartialEq for ExprString
impl PartialEq for ExprString
Source§impl Serialize for ExprString
impl Serialize for ExprString
Source§impl TryFrom<String> for ExprString
impl TryFrom<String> for ExprString
impl StructuralPartialEq for ExprString
Auto Trait Implementations§
impl Freeze for ExprString
impl RefUnwindSafe for ExprString
impl Send for ExprString
impl Sync for ExprString
impl Unpin for ExprString
impl UnwindSafe for ExprString
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