pub struct CognizantFPT {
pub kernel: String,
}Expand description
Compression and cross-composition lower bounds for FPT kernels.
Fields§
§kernel: StringKernel description.
Implementations§
Source§impl CognizantFPT
impl CognizantFPT
Sourcepub fn compression(&self) -> String
pub fn compression(&self) -> String
Returns a description of the compression step.
Sourcepub fn cross_composition_lower_bound(&self) -> String
pub fn cross_composition_lower_bound(&self) -> String
Returns a description of the cross-composition lower bound.
Trait Implementations§
Source§impl Clone for CognizantFPT
impl Clone for CognizantFPT
Source§fn clone(&self) -> CognizantFPT
fn clone(&self) -> CognizantFPT
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 CognizantFPT
impl RefUnwindSafe for CognizantFPT
impl Send for CognizantFPT
impl Sync for CognizantFPT
impl Unpin for CognizantFPT
impl UnsafeUnpin for CognizantFPT
impl UnwindSafe for CognizantFPT
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