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