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