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