pub struct LessBinaryConditionOperator {
pub kind: LessBinaryConditionOperatorKind,
pub span: Span,
}Fields§
§kind: LessBinaryConditionOperatorKind§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for LessBinaryConditionOperator
impl RefUnwindSafe for LessBinaryConditionOperator
impl Send for LessBinaryConditionOperator
impl Sync for LessBinaryConditionOperator
impl Unpin for LessBinaryConditionOperator
impl UnsafeUnpin 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