gitql_core::values::textStruct TextValue
Source pub struct TextValue {
pub value: String,
}
Performs copy-assignment from
source.
Read more
Return the literal representation for this
Value
Return if other
Value is equal or not to current value
Return the order between
Value and the current value,
or None if they can’t be ordered
Return the current value as dynamic
Any
Perform unary
= operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
!= or
<> operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
> operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
>= operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
< operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
<= operator and return new
Value represent the old value after casted
or Exception message as
String
Perform Cast operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
= operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
- operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
* operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
/ operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
% operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
^ operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
| operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
& operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
# operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
|| or
OR operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
&& or
AND operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
XOR operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
<< operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
>> operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
[I] operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
[S:E] operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
<=> operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
NOT operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
- operator and return new
Value represent the old value after casted
or Exception message as
String
Perform unary
! operator and return new
Value represent the old value after casted
or Exception message as
String
Perform
@> operator and return new
Value represent the old value after casted
or Exception message as
String
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from
self to
dst.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning.
Read more
Uses borrowed data to replace owned data, usually by cloning.
Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.