pub struct TxIdArgs {
pub id: TransactionId,
}
Fields§
§id: TransactionId
Trait Implementations§
source§impl QueryVariables for TxIdArgs
impl QueryVariables for TxIdArgs
§type Fields = TxIdArgsFields
type Fields = TxIdArgsFields
A struct that determines which variables are available when using this struct.
impl VariableMatch<TxIdArgs> for TxIdArgs
Auto Trait Implementations§
impl RefUnwindSafe for TxIdArgs
impl Send for TxIdArgs
impl Sync for TxIdArgs
impl Unpin for TxIdArgs
impl UnwindSafe for TxIdArgs
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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