pub struct ExprString(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Debug for ExprString
impl Debug for ExprString
Source§impl PartialEq for ExprString
impl PartialEq for ExprString
Source§fn eq(&self, other: &ExprString) -> bool
fn eq(&self, other: &ExprString) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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