pub struct LessFact {
pub left: Obj,
pub right: Obj,
pub line_file: LineFile,
}Fields§
§left: Obj§right: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl From<LessFact> for AtomicFact
impl From<LessFact> for AtomicFact
Auto Trait Implementations§
impl Freeze for LessFact
impl RefUnwindSafe for LessFact
impl !Send for LessFact
impl !Sync for LessFact
impl Unpin for LessFact
impl UnsafeUnpin for LessFact
impl UnwindSafe for LessFact
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