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