pub struct TransactGetResponse {
pub item: Option<Item>,
}Fields§
§item: Option<Item>Trait Implementations§
Source§impl Debug for TransactGetResponse
impl Debug for TransactGetResponse
Source§impl Default for TransactGetResponse
impl Default for TransactGetResponse
Source§fn default() -> TransactGetResponse
fn default() -> TransactGetResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TransactGetResponse
impl RefUnwindSafe for TransactGetResponse
impl Send for TransactGetResponse
impl Sync for TransactGetResponse
impl Unpin for TransactGetResponse
impl UnsafeUnpin for TransactGetResponse
impl UnwindSafe for TransactGetResponse
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