sui_graphql_client::query_types::schema

Struct Query

Source
pub struct Query;

Trait Implementations§

Source§

impl HasField<__typename> for Query

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<address> for Query

Source§

type Type = Option<Address>

The schema marker type of this field.
Source§

impl HasField<availableRange> for Query

Source§

type Type = AvailableRange

The schema marker type of this field.
Source§

impl HasField<chainIdentifier> for Query

Source§

type Type = String

The schema marker type of this field.
Source§

impl HasField<checkpoint> for Query

Source§

type Type = Option<Checkpoint>

The schema marker type of this field.
Source§

impl HasField<checkpoints> for Query

Source§

type Type = CheckpointConnection

The schema marker type of this field.
Source§

impl HasField<coinMetadata> for Query

Source§

type Type = Option<CoinMetadata>

The schema marker type of this field.
Source§

impl HasField<coins> for Query

Source§

type Type = CoinConnection

The schema marker type of this field.
Source§

impl HasField<dryRunTransactionBlock> for Query

Source§

type Type = DryRunResult

The schema marker type of this field.
Source§

impl HasField<epoch> for Query

Source§

type Type = Option<Epoch>

The schema marker type of this field.
Source§

impl HasField<epochs> for Query

Source§

type Type = EpochConnection

The schema marker type of this field.
Source§

impl HasField<events> for Query

Source§

type Type = EventConnection

The schema marker type of this field.
Source§

impl HasField<latestPackage> for Query

Source§

type Type = Option<MovePackage>

The schema marker type of this field.
Source§

impl HasField<multiGetObjects> for Query

Source§

type Type = Vec<Option<Object>>

The schema marker type of this field.
Source§

impl HasField<object> for Query

Source§

type Type = Option<Object>

The schema marker type of this field.
Source§

impl HasField<objects> for Query

Source§

type Type = ObjectConnection

The schema marker type of this field.
Source§

impl HasField<owner> for Query

Source§

type Type = Option<Owner>

The schema marker type of this field.
Source§

impl HasField<package> for Query

Source§

type Type = Option<MovePackage>

The schema marker type of this field.
Source§

impl HasField<packageByName> for Query

Source§

type Type = Option<MovePackage>

The schema marker type of this field.
Source§

impl HasField<packageVersions> for Query

Source§

type Type = MovePackageConnection

The schema marker type of this field.
Source§

impl HasField<packages> for Query

Source§

type Type = MovePackageConnection

The schema marker type of this field.
Source§

impl HasField<protocolConfig> for Query

Source§

type Type = ProtocolConfigs

The schema marker type of this field.
Source§

impl HasField<resolveSuinsAddress> for Query

Source§

type Type = Option<Address>

The schema marker type of this field.
Source§

impl HasField<serviceConfig> for Query

Source§

type Type = ServiceConfig

The schema marker type of this field.
Source§

impl HasField<transactionBlock> for Query

Source§

type Type = Option<TransactionBlock>

The schema marker type of this field.
Source§

impl HasField<transactionBlocks> for Query

Source§

type Type = TransactionBlockConnection

The schema marker type of this field.
Source§

impl HasField<type> for Query

Source§

type Type = MoveType

The schema marker type of this field.
Source§

impl HasField<typeByName> for Query

Source§

type Type = MoveType

The schema marker type of this field.
Source§

impl HasField<verifyZkloginSignature> for Query

Source§

type Type = ZkLoginVerifyResult

The schema marker type of this field.
Source§

impl NamedType for Query

Source§

const NAME: &'static str = "Query"

The name of this type
Source§

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§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<U> As for U

§

fn as_<T>(self) -> T
where 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 more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T> Instrument for T

§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided [Span], returning an Instrumented wrapper. Read more
§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

§

fn vzip(self) -> V

§

impl<T> WithSubscriber for T

§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a [WithDispatch] wrapper. Read more
§

impl<T> ErasedDestructor for T
where T: 'static,

§

impl<T> IsFieldType<T> for T

§

impl<T> MaybeSendSync for T