pub struct NotInFact {
pub element: Obj,
pub set: Obj,
pub line_file: LineFile,
}Fields§
§element: Obj§set: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl From<NotInFact> for AtomicFact
impl From<NotInFact> for AtomicFact
Auto Trait Implementations§
impl Freeze for NotInFact
impl RefUnwindSafe for NotInFact
impl !Send for NotInFact
impl !Sync for NotInFact
impl Unpin for NotInFact
impl UnsafeUnpin for NotInFact
impl UnwindSafe for NotInFact
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