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