pub struct VersionedConnection {Show 20 fields
pub back_pressure_data_size_threshold: Option<String>,
pub back_pressure_object_threshold: Option<i64>,
pub bends: Option<Vec<Position>>,
pub comments: Option<String>,
pub component_type: Option<String>,
pub destination: Option<ConnectableComponent>,
pub flow_file_expiration: Option<String>,
pub group_identifier: Option<String>,
pub identifier: Option<String>,
pub instance_identifier: Option<String>,
pub label_index: Option<i32>,
pub load_balance_compression: Option<String>,
pub load_balance_strategy: Option<String>,
pub name: Option<String>,
pub partitioning_attribute: Option<String>,
pub position: Option<Position>,
pub prioritizers: Option<Vec<String>>,
pub selected_relationships: Option<Vec<String>>,
pub source: Option<ConnectableComponent>,
pub z_index: Option<i64>,
}Fields§
§back_pressure_data_size_threshold: Option<String>§back_pressure_object_threshold: Option<i64>§bends: Option<Vec<Position>>§comments: Option<String>§component_type: Option<String>§destination: Option<ConnectableComponent>§flow_file_expiration: Option<String>§group_identifier: Option<String>§identifier: Option<String>§instance_identifier: Option<String>§label_index: Option<i32>§load_balance_compression: Option<String>§load_balance_strategy: Option<String>§name: Option<String>§partitioning_attribute: Option<String>§position: Option<Position>§prioritizers: Option<Vec<String>>§selected_relationships: Option<Vec<String>>§source: Option<ConnectableComponent>§z_index: Option<i64>Trait Implementations§
Source§impl Clone for VersionedConnection
impl Clone for VersionedConnection
Source§fn clone(&self) -> VersionedConnection
fn clone(&self) -> VersionedConnection
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 VersionedConnection
impl Debug for VersionedConnection
Source§impl Default for VersionedConnection
impl Default for VersionedConnection
Source§fn default() -> VersionedConnection
fn default() -> VersionedConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VersionedConnection
impl<'de> Deserialize<'de> for VersionedConnection
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<VersionedConnection> for VersionedConnection
impl From<VersionedConnection> for VersionedConnection
Source§fn from(v: VersionedConnection) -> Self
fn from(v: VersionedConnection) -> Self
Converts to this type from the input type.
Source§impl From<VersionedConnection> for VersionedConnection
impl From<VersionedConnection> for VersionedConnection
Source§fn from(v: VersionedConnection) -> Self
fn from(v: VersionedConnection) -> Self
Converts to this type from the input type.
Source§impl From<VersionedConnection> for VersionedConnection
impl From<VersionedConnection> for VersionedConnection
Source§fn from(v: VersionedConnection) -> Self
fn from(v: VersionedConnection) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VersionedConnection
impl RefUnwindSafe for VersionedConnection
impl Send for VersionedConnection
impl Sync for VersionedConnection
impl Unpin for VersionedConnection
impl UnsafeUnpin for VersionedConnection
impl UnwindSafe for VersionedConnection
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