pub struct BoundedLinearLogic {
pub polynomial_bound: String,
}Expand description
Bounded linear logic (Girard-Lafont-Regnard).
Fields§
§polynomial_bound: StringImplementations§
Source§impl BoundedLinearLogic
impl BoundedLinearLogic
pub fn new(bound: &str) -> Self
pub fn captures_ptime(&self) -> bool
pub fn description(&self) -> String
Trait Implementations§
Source§impl Clone for BoundedLinearLogic
impl Clone for BoundedLinearLogic
Source§fn clone(&self) -> BoundedLinearLogic
fn clone(&self) -> BoundedLinearLogic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BoundedLinearLogic
impl RefUnwindSafe for BoundedLinearLogic
impl Send for BoundedLinearLogic
impl Sync for BoundedLinearLogic
impl Unpin for BoundedLinearLogic
impl UnsafeUnpin for BoundedLinearLogic
impl UnwindSafe for BoundedLinearLogic
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