pub struct Query;
Trait Implementations§
Source§impl HasField<__typename> for Query
impl HasField<__typename> for Query
Source§impl HasField<availableRange> for Query
impl HasField<availableRange> for Query
Source§type Type = AvailableRange
type Type = AvailableRange
The schema marker type of this field.
Source§impl HasField<chainIdentifier> for Query
impl HasField<chainIdentifier> for Query
Source§impl HasField<checkpoint> for Query
impl HasField<checkpoint> for Query
Source§type Type = Option<Checkpoint>
type Type = Option<Checkpoint>
The schema marker type of this field.
Source§impl HasField<checkpoints> for Query
impl HasField<checkpoints> for Query
Source§type Type = CheckpointConnection
type Type = CheckpointConnection
The schema marker type of this field.
Source§impl HasField<coinMetadata> for Query
impl HasField<coinMetadata> for Query
Source§type Type = Option<CoinMetadata>
type Type = Option<CoinMetadata>
The schema marker type of this field.
Source§impl HasField<coins> for Query
impl HasField<coins> for Query
Source§type Type = CoinConnection
type Type = CoinConnection
The schema marker type of this field.
Source§impl HasField<dryRunTransactionBlock> for Query
impl HasField<dryRunTransactionBlock> for Query
Source§type Type = DryRunResult
type Type = DryRunResult
The schema marker type of this field.
Source§impl HasField<epochs> for Query
impl HasField<epochs> for Query
Source§type Type = EpochConnection
type Type = EpochConnection
The schema marker type of this field.
Source§impl HasField<events> for Query
impl HasField<events> for Query
Source§type Type = EventConnection
type Type = EventConnection
The schema marker type of this field.
Source§impl HasField<latestPackage> for Query
impl HasField<latestPackage> for Query
Source§type Type = Option<MovePackage>
type Type = Option<MovePackage>
The schema marker type of this field.
Source§impl HasField<multiGetObjects> for Query
impl HasField<multiGetObjects> for Query
Source§impl HasField<objects> for Query
impl HasField<objects> for Query
Source§type Type = ObjectConnection
type Type = ObjectConnection
The schema marker type of this field.
Source§impl HasField<package> for Query
impl HasField<package> for Query
Source§type Type = Option<MovePackage>
type Type = Option<MovePackage>
The schema marker type of this field.
Source§impl HasField<packageByName> for Query
impl HasField<packageByName> for Query
Source§type Type = Option<MovePackage>
type Type = Option<MovePackage>
The schema marker type of this field.
Source§impl HasField<packageVersions> for Query
impl HasField<packageVersions> for Query
Source§type Type = MovePackageConnection
type Type = MovePackageConnection
The schema marker type of this field.
Source§impl HasField<packages> for Query
impl HasField<packages> for Query
Source§type Type = MovePackageConnection
type Type = MovePackageConnection
The schema marker type of this field.
Source§impl HasField<protocolConfig> for Query
impl HasField<protocolConfig> for Query
Source§type Type = ProtocolConfigs
type Type = ProtocolConfigs
The schema marker type of this field.
Source§impl HasField<resolveSuinsAddress> for Query
impl HasField<resolveSuinsAddress> for Query
Source§impl HasField<serviceConfig> for Query
impl HasField<serviceConfig> for Query
Source§type Type = ServiceConfig
type Type = ServiceConfig
The schema marker type of this field.
Source§impl HasField<transactionBlock> for Query
impl HasField<transactionBlock> for Query
Source§type Type = Option<TransactionBlock>
type Type = Option<TransactionBlock>
The schema marker type of this field.
Source§impl HasField<transactionBlocks> for Query
impl HasField<transactionBlocks> for Query
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<typeByName> for Query
impl HasField<typeByName> for Query
Source§impl HasField<verifyZkloginSignature> for Query
impl HasField<verifyZkloginSignature> for Query
Source§type Type = ZkLoginVerifyResult
type Type = ZkLoginVerifyResult
The schema marker type of this field.
impl QueryRoot for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§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