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