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