pub(crate) struct BoolSettingIndex(usize);
Tuple Fields§
§0: usize
Trait Implementations§
Source§impl Clone for BoolSettingIndex
impl Clone for BoolSettingIndex
Source§fn clone(&self) -> BoolSettingIndex
fn clone(&self) -> BoolSettingIndex
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 From<BoolSettingIndex> for PredicateNode
impl From<BoolSettingIndex> for PredicateNode
Source§fn from(bool_setting_index: BoolSettingIndex) -> Self
fn from(bool_setting_index: BoolSettingIndex) -> Self
Converts to this type from the input type.
Source§impl From<BoolSettingIndex> for PresetType
impl From<BoolSettingIndex> for PresetType
Source§fn from(bool_setting_index: BoolSettingIndex) -> Self
fn from(bool_setting_index: BoolSettingIndex) -> Self
Converts to this type from the input type.
Source§impl Hash for BoolSettingIndex
impl Hash for BoolSettingIndex
Source§impl PartialEq for BoolSettingIndex
impl PartialEq for BoolSettingIndex
impl Copy for BoolSettingIndex
impl Eq for BoolSettingIndex
impl StructuralPartialEq for BoolSettingIndex
Auto Trait Implementations§
impl Freeze for BoolSettingIndex
impl RefUnwindSafe for BoolSettingIndex
impl Send for BoolSettingIndex
impl Sync for BoolSettingIndex
impl Unpin for BoolSettingIndex
impl UnwindSafe for BoolSettingIndex
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