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§impl PartialOrd for IniParameter
impl PartialOrd for IniParameter
impl Eq for IniParameter
impl StructuralPartialEq for IniParameter
Auto Trait Implementations§
impl Freeze for IniParameter
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