Struct circomspect_program_structure::intermediate_representation::degree_meta::DegreeKnowledge
source · [−]pub struct DegreeKnowledge { /* private fields */ }Implementations
sourceimpl DegreeKnowledge
impl DegreeKnowledge
pub fn new() -> DegreeKnowledge
pub fn set_degree(&mut self, range: &DegreeRange)
pub fn degree(&self) -> Option<&DegreeRange>
Trait Implementations
sourceimpl Clone for DegreeKnowledge
impl Clone for DegreeKnowledge
sourcefn clone(&self) -> DegreeKnowledge
fn clone(&self) -> DegreeKnowledge
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DegreeKnowledge
impl Default for DegreeKnowledge
sourcefn default() -> DegreeKnowledge
fn default() -> DegreeKnowledge
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DegreeKnowledge
impl Send for DegreeKnowledge
impl Sync for DegreeKnowledge
impl Unpin for DegreeKnowledge
impl UnwindSafe for DegreeKnowledge
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more