#[repr(C)]pub struct BinaryOperatorExpression_Operator {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl BinaryOperatorExpression_Operator
impl BinaryOperatorExpression_Operator
pub fn not_an_operator() -> Self
pub fn or() -> Self
pub fn and() -> Self
pub fn less() -> Self
pub fn greater() -> Self
pub fn less_or_equal() -> Self
pub fn greater_or_equal() -> Self
pub fn not_equal() -> Self
pub fn equal() -> Self
pub fn str_concat() -> Self
pub fn add() -> Self
pub fn sub() -> Self
pub fn mul() -> Self
pub fn div() -> Self
pub fn mod() -> Self
pub fn power() -> Self
Trait Implementations§
Source§impl Clone for BinaryOperatorExpression_Operator
impl Clone for BinaryOperatorExpression_Operator
Source§fn clone(&self) -> BinaryOperatorExpression_Operator
fn clone(&self) -> BinaryOperatorExpression_Operator
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BinaryOperatorExpression_Operator
impl Debug for BinaryOperatorExpression_Operator
Source§impl PartialEq for BinaryOperatorExpression_Operator
impl PartialEq for BinaryOperatorExpression_Operator
impl Copy for BinaryOperatorExpression_Operator
impl Eq for BinaryOperatorExpression_Operator
impl StructuralPartialEq for BinaryOperatorExpression_Operator
Auto Trait Implementations§
impl Freeze for BinaryOperatorExpression_Operator
impl RefUnwindSafe for BinaryOperatorExpression_Operator
impl Send for BinaryOperatorExpression_Operator
impl Sync for BinaryOperatorExpression_Operator
impl Unpin for BinaryOperatorExpression_Operator
impl UnwindSafe for BinaryOperatorExpression_Operator
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)