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