pub struct EtaExpansion {
pub parameter: String,
}Expand description
Hardness evidence via eta-expansions and cross-composition.
Fields§
§parameter: StringThe parameter in question.
Implementations§
Source§impl EtaExpansion
impl EtaExpansion
Sourcepub fn kernelization_lower_bound(&self) -> String
pub fn kernelization_lower_bound(&self) -> String
Returns a description of the kernelization lower bound argument.
Sourcepub fn cross_composition(&self) -> String
pub fn cross_composition(&self) -> String
Returns a description of the cross-composition argument.
Trait Implementations§
Source§impl Clone for EtaExpansion
impl Clone for EtaExpansion
Source§fn clone(&self) -> EtaExpansion
fn clone(&self) -> EtaExpansion
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 EtaExpansion
impl RefUnwindSafe for EtaExpansion
impl Send for EtaExpansion
impl Sync for EtaExpansion
impl Unpin for EtaExpansion
impl UnsafeUnpin for EtaExpansion
impl UnwindSafe for EtaExpansion
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