pub struct LessOperationOperator {
pub kind: LessOperationOperatorKind,
pub span: Span,
}Fields§
§kind: LessOperationOperatorKind§span: SpanTrait Implementations§
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