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