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