pub struct InternalizeActionResult {
pub accepted: bool,
}Expand description
Result of internalizing a transaction.
Fields§
§accepted: boolTrait Implementations§
Source§impl Clone for InternalizeActionResult
impl Clone for InternalizeActionResult
Source§fn clone(&self) -> InternalizeActionResult
fn clone(&self) -> InternalizeActionResult
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 moreAuto Trait Implementations§
impl Freeze for InternalizeActionResult
impl RefUnwindSafe for InternalizeActionResult
impl Send for InternalizeActionResult
impl Sync for InternalizeActionResult
impl Unpin for InternalizeActionResult
impl UnsafeUnpin for InternalizeActionResult
impl UnwindSafe for InternalizeActionResult
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