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