pub struct GetServerSettings200ResponsePhpSettings {
pub max_execution_time: Option<Box<PhpServerSetting>>,
pub memory_limit: Option<Box<PhpServerSetting>>,
pub upload_max_filesize: Option<Box<PhpServerSetting>>,
pub post_max_size: Option<Box<PhpServerSetting>>,
}
Fields§
§max_execution_time: Option<Box<PhpServerSetting>>
§memory_limit: Option<Box<PhpServerSetting>>
§upload_max_filesize: Option<Box<PhpServerSetting>>
§post_max_size: Option<Box<PhpServerSetting>>
Implementations§
Trait Implementations§
Source§impl Clone for GetServerSettings200ResponsePhpSettings
impl Clone for GetServerSettings200ResponsePhpSettings
Source§fn clone(&self) -> GetServerSettings200ResponsePhpSettings
fn clone(&self) -> GetServerSettings200ResponsePhpSettings
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 Default for GetServerSettings200ResponsePhpSettings
impl Default for GetServerSettings200ResponsePhpSettings
Source§fn default() -> GetServerSettings200ResponsePhpSettings
fn default() -> GetServerSettings200ResponsePhpSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetServerSettings200ResponsePhpSettings
impl<'de> Deserialize<'de> for GetServerSettings200ResponsePhpSettings
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 GetServerSettings200ResponsePhpSettings
impl PartialEq for GetServerSettings200ResponsePhpSettings
Source§fn eq(&self, other: &GetServerSettings200ResponsePhpSettings) -> bool
fn eq(&self, other: &GetServerSettings200ResponsePhpSettings) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetServerSettings200ResponsePhpSettings
Auto Trait Implementations§
impl Freeze for GetServerSettings200ResponsePhpSettings
impl RefUnwindSafe for GetServerSettings200ResponsePhpSettings
impl Send for GetServerSettings200ResponsePhpSettings
impl Sync for GetServerSettings200ResponsePhpSettings
impl Unpin for GetServerSettings200ResponsePhpSettings
impl UnwindSafe for GetServerSettings200ResponsePhpSettings
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