pub struct ControllerConfigurationDto {
pub max_timer_driven_thread_count: Option<i32>,
}Fields§
§max_timer_driven_thread_count: Option<i32>Trait Implementations§
Source§impl Clone for ControllerConfigurationDto
impl Clone for ControllerConfigurationDto
Source§fn clone(&self) -> ControllerConfigurationDto
fn clone(&self) -> ControllerConfigurationDto
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 ControllerConfigurationDto
impl Debug for ControllerConfigurationDto
Source§impl Default for ControllerConfigurationDto
impl Default for ControllerConfigurationDto
Source§fn default() -> ControllerConfigurationDto
fn default() -> ControllerConfigurationDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerConfigurationDto
impl<'de> Deserialize<'de> for ControllerConfigurationDto
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 From<ControllerConfigurationDto> for ControllerConfigurationDto
impl From<ControllerConfigurationDto> for ControllerConfigurationDto
Source§fn from(v: ControllerConfigurationDto) -> Self
fn from(v: ControllerConfigurationDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerConfigurationDto> for ControllerConfigurationDto
impl From<ControllerConfigurationDto> for ControllerConfigurationDto
Source§fn from(v: ControllerConfigurationDto) -> Self
fn from(v: ControllerConfigurationDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerConfigurationDto> for ControllerConfigurationDto
impl From<ControllerConfigurationDto> for ControllerConfigurationDto
Source§fn from(v: ControllerConfigurationDto) -> Self
fn from(v: ControllerConfigurationDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerConfigurationDto
impl RefUnwindSafe for ControllerConfigurationDto
impl Send for ControllerConfigurationDto
impl Sync for ControllerConfigurationDto
impl Unpin for ControllerConfigurationDto
impl UnsafeUnpin for ControllerConfigurationDto
impl UnwindSafe for ControllerConfigurationDto
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