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