Struct gitql_ast::expression::StringExpression
source · pub struct StringExpression {
pub value: String,
}
Fields§
§value: String
Trait Implementations§
source§impl Expression for StringExpression
impl Expression for StringExpression
Auto Trait Implementations§
impl RefUnwindSafe for StringExpression
impl Send for StringExpression
impl Sync for StringExpression
impl Unpin for StringExpression
impl UnwindSafe for StringExpression
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