pub enum TerminatorConfigParameterKind {
StepCount,
}Variants§
StepCount
Parameter step_count of type usize
Trait Implementations§
Source§impl Clone for TerminatorConfigParameterKind
impl Clone for TerminatorConfigParameterKind
Source§fn clone(&self) -> TerminatorConfigParameterKind
fn clone(&self) -> TerminatorConfigParameterKind
Returns a copy 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 Hash for TerminatorConfigParameterKind
impl Hash for TerminatorConfigParameterKind
Source§impl PartialEq for TerminatorConfigParameterKind
impl PartialEq for TerminatorConfigParameterKind
Source§fn eq(&self, other: &TerminatorConfigParameterKind) -> bool
fn eq(&self, other: &TerminatorConfigParameterKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TerminatorConfigParameterKind
impl Eq for TerminatorConfigParameterKind
impl StructuralPartialEq for TerminatorConfigParameterKind
Auto Trait Implementations§
impl Freeze for TerminatorConfigParameterKind
impl RefUnwindSafe for TerminatorConfigParameterKind
impl Send for TerminatorConfigParameterKind
impl Sync for TerminatorConfigParameterKind
impl Unpin for TerminatorConfigParameterKind
impl UnwindSafe for TerminatorConfigParameterKind
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