pub struct PhpServerSettingValue {}
Implementations§
Source§impl PhpServerSettingValue
impl PhpServerSettingValue
pub fn new() -> PhpServerSettingValue
Trait Implementations§
Source§impl Clone for PhpServerSettingValue
impl Clone for PhpServerSettingValue
Source§fn clone(&self) -> PhpServerSettingValue
fn clone(&self) -> PhpServerSettingValue
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 moreSource§impl Debug for PhpServerSettingValue
impl Debug for PhpServerSettingValue
Source§impl Default for PhpServerSettingValue
impl Default for PhpServerSettingValue
Source§fn default() -> PhpServerSettingValue
fn default() -> PhpServerSettingValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PhpServerSettingValue
impl<'de> Deserialize<'de> for PhpServerSettingValue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PhpServerSettingValue
impl PartialEq for PhpServerSettingValue
Source§impl Serialize for PhpServerSettingValue
impl Serialize for PhpServerSettingValue
impl StructuralPartialEq for PhpServerSettingValue
Auto Trait Implementations§
impl Freeze for PhpServerSettingValue
impl RefUnwindSafe for PhpServerSettingValue
impl Send for PhpServerSettingValue
impl Sync for PhpServerSettingValue
impl Unpin for PhpServerSettingValue
impl UnwindSafe for PhpServerSettingValue
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