Struct PhpIniSectionName
pub struct PhpIniSectionName(/* private fields */);Implementations§
§impl PhpIniSectionName
impl PhpIniSectionName
Trait Implementations§
§impl Clone for PhpIniSectionName
impl Clone for PhpIniSectionName
§fn clone(&self) -> PhpIniSectionName
fn clone(&self) -> PhpIniSectionName
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 more§impl Debug for PhpIniSectionName
impl Debug for PhpIniSectionName
§impl Display for PhpIniSectionName
impl Display for PhpIniSectionName
§impl FromStr for PhpIniSectionName
impl FromStr for PhpIniSectionName
§impl Hash for PhpIniSectionName
impl Hash for PhpIniSectionName
§impl Ord for PhpIniSectionName
impl Ord for PhpIniSectionName
§fn cmp(&self, other: &PhpIniSectionName) -> Ordering
fn cmp(&self, other: &PhpIniSectionName) -> 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
§impl PartialEq for PhpIniSectionName
impl PartialEq for PhpIniSectionName
§impl PartialOrd for PhpIniSectionName
impl PartialOrd for PhpIniSectionName
impl Eq for PhpIniSectionName
impl StructuralPartialEq for PhpIniSectionName
Auto Trait Implementations§
impl Freeze for PhpIniSectionName
impl RefUnwindSafe for PhpIniSectionName
impl Send for PhpIniSectionName
impl Sync for PhpIniSectionName
impl Unpin for PhpIniSectionName
impl UnsafeUnpin for PhpIniSectionName
impl UnwindSafe for PhpIniSectionName
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