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