pub struct StringConstant {
pub value: String,
}Expand description
A string constant
Fields§
§value: StringTrait Implementations§
Source§impl Debug for StringConstant
impl Debug for StringConstant
Source§impl Display for StringConstant
impl Display for StringConstant
Source§impl From<StringConstant> for Expression
impl From<StringConstant> for Expression
Source§fn from(expr: StringConstant) -> Expression
fn from(expr: StringConstant) -> Expression
Converts to this type from the input type.
Source§impl PartialEq for StringConstant
impl PartialEq for StringConstant
impl Eq for StringConstant
impl StructuralPartialEq for StringConstant
Auto Trait Implementations§
impl Freeze for StringConstant
impl RefUnwindSafe for StringConstant
impl Send for StringConstant
impl Sync for StringConstant
impl Unpin for StringConstant
impl UnwindSafe for StringConstant
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