pub enum SubprogPurity {
Pure,
Impure,
}
Variants§
Trait Implementations§
Source§impl Clone for SubprogPurity
impl Clone for SubprogPurity
Source§fn clone(&self) -> SubprogPurity
fn clone(&self) -> SubprogPurity
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 moreSource§impl Debug for SubprogPurity
impl Debug for SubprogPurity
Source§impl PartialEq for SubprogPurity
impl PartialEq for SubprogPurity
impl Copy for SubprogPurity
impl Eq for SubprogPurity
impl StructuralPartialEq for SubprogPurity
Auto Trait Implementations§
impl Freeze for SubprogPurity
impl RefUnwindSafe for SubprogPurity
impl Send for SubprogPurity
impl Sync for SubprogPurity
impl Unpin for SubprogPurity
impl UnwindSafe for SubprogPurity
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