pub struct FnEqualFact {
pub left: Obj,
pub right: Obj,
pub line_file: LineFile,
}Fields§
§left: Obj§right: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl Clone for FnEqualFact
impl Clone for FnEqualFact
Source§fn clone(&self) -> FnEqualFact
fn clone(&self) -> FnEqualFact
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 Display for FnEqualFact
impl Display for FnEqualFact
Source§impl From<FnEqualFact> for AtomicFact
impl From<FnEqualFact> for AtomicFact
Source§fn from(f: FnEqualFact) -> Self
fn from(f: FnEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<FnEqualFact> for Fact
impl From<FnEqualFact> for Fact
Source§fn from(f: FnEqualFact) -> Self
fn from(f: FnEqualFact) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FnEqualFact
impl RefUnwindSafe for FnEqualFact
impl !Send for FnEqualFact
impl !Sync for FnEqualFact
impl Unpin for FnEqualFact
impl UnsafeUnpin for FnEqualFact
impl UnwindSafe for FnEqualFact
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