pub struct NotIsFiniteSetFact {
pub set: Obj,
pub line_file: LineFile,
}Fields§
§set: Obj§line_file: LineFileImplementations§
Trait Implementations§
Source§impl Clone for NotIsFiniteSetFact
impl Clone for NotIsFiniteSetFact
Source§fn clone(&self) -> NotIsFiniteSetFact
fn clone(&self) -> NotIsFiniteSetFact
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NotIsFiniteSetFact
impl RefUnwindSafe for NotIsFiniteSetFact
impl !Send for NotIsFiniteSetFact
impl !Sync for NotIsFiniteSetFact
impl Unpin for NotIsFiniteSetFact
impl UnsafeUnpin for NotIsFiniteSetFact
impl UnwindSafe for NotIsFiniteSetFact
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