#[repr(C)]pub struct TransactionProperties {
pub has_completion_mode: bool,
pub completion_mode: u32,
}Fields§
§has_completion_mode: bool§completion_mode: u32Trait Implementations§
Source§impl Clone for TransactionProperties
impl Clone for TransactionProperties
Source§fn clone(&self) -> TransactionProperties
fn clone(&self) -> TransactionProperties
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 TransactionProperties
impl Debug for TransactionProperties
impl Copy for TransactionProperties
Auto Trait Implementations§
impl Freeze for TransactionProperties
impl RefUnwindSafe for TransactionProperties
impl Send for TransactionProperties
impl Sync for TransactionProperties
impl Unpin for TransactionProperties
impl UnwindSafe for TransactionProperties
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