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