pub struct U64 {}
Trait Implementations§
source§impl IsScalar<U64> for U64
impl IsScalar<U64> for U64
§type SchemaType = U64
type SchemaType = U64
The schema marker type this scalar represents.
impl CoercesTo<U64> for U64
impl HasInputField<amount, U64> for SpendQueryElementInput
impl HasInputField<pc, U64> for Breakpoint
Auto Trait Implementations§
impl RefUnwindSafe for U64
impl Send for U64
impl Sync for U64
impl Unpin for U64
impl UnwindSafe for U64
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