pub struct LessOperationOperator {
pub kind: LessOperationOperatorKind,
pub span: Span,
}Fields§
§kind: LessOperationOperatorKind§span: SpanTrait Implementations§
Source§impl Clone for LessOperationOperator
impl Clone for LessOperationOperator
Source§fn clone(&self) -> LessOperationOperator
fn clone(&self) -> LessOperationOperator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LessOperationOperator
impl Debug for LessOperationOperator
Source§impl PartialEq for LessOperationOperator
impl PartialEq for LessOperationOperator
Source§fn eq(&self, other: &LessOperationOperator) -> bool
fn eq(&self, other: &LessOperationOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LessOperationOperator
Auto Trait Implementations§
impl Freeze for LessOperationOperator
impl RefUnwindSafe for LessOperationOperator
impl Send for LessOperationOperator
impl Sync for LessOperationOperator
impl Unpin for LessOperationOperator
impl UnsafeUnpin for LessOperationOperator
impl UnwindSafe for LessOperationOperator
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