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