pub struct GetTransactionStatus;Expand description
Marker type for the GetTransactionStatus action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetTransactionStatus
impl RefUnwindSafe for GetTransactionStatus
impl Send for GetTransactionStatus
impl Sync for GetTransactionStatus
impl Unpin for GetTransactionStatus
impl UnsafeUnpin for GetTransactionStatus
impl UnwindSafe for GetTransactionStatus
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