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