Struct utils_box::config::IniParameter
source · pub struct IniParameter { /* private fields */ }
Trait Implementations§
source§impl Clone for IniParameter
impl Clone for IniParameter
source§fn clone(&self) -> IniParameter
fn clone(&self) -> IniParameter
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 Debug for IniParameter
impl Debug for IniParameter
source§impl Default for IniParameter
impl Default for IniParameter
source§fn default() -> IniParameter
fn default() -> IniParameter
Returns the “default value” for a type. Read more
source§impl Ord for IniParameter
impl Ord for IniParameter
source§fn cmp(&self, other: &IniParameter) -> Ordering
fn cmp(&self, other: &IniParameter) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IniParameter
impl PartialEq for IniParameter
source§fn eq(&self, other: &IniParameter) -> bool
fn eq(&self, other: &IniParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IniParameter
impl PartialOrd for IniParameter
source§fn partial_cmp(&self, other: &IniParameter) -> Option<Ordering>
fn partial_cmp(&self, other: &IniParameter) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for IniParameter
impl StructuralEq for IniParameter
impl StructuralPartialEq for IniParameter
Auto Trait Implementations§
impl RefUnwindSafe for IniParameter
impl Send for IniParameter
impl Sync for IniParameter
impl Unpin for IniParameter
impl UnwindSafe for IniParameter
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