pub struct LessBinaryConditionOperator {
pub kind: LessBinaryConditionOperatorKind,
pub span: Span,
}Fields§
§kind: LessBinaryConditionOperatorKind§span: SpanTrait Implementations§
Source§impl Clone for LessBinaryConditionOperator
impl Clone for LessBinaryConditionOperator
Source§fn clone(&self) -> LessBinaryConditionOperator
fn clone(&self) -> LessBinaryConditionOperator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LessBinaryConditionOperator
impl Debug for LessBinaryConditionOperator
impl StructuralPartialEq for LessBinaryConditionOperator
Auto Trait Implementations§
impl Freeze for LessBinaryConditionOperator
impl RefUnwindSafe for LessBinaryConditionOperator
impl Send for LessBinaryConditionOperator
impl Sync for LessBinaryConditionOperator
impl Unpin for LessBinaryConditionOperator
impl UnwindSafe for LessBinaryConditionOperator
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