pub struct IObject;
Trait Implementations§
Source§impl HasField<__typename> for IObject
impl HasField<__typename> for IObject
Source§impl HasField<owner> for IObject
impl HasField<owner> for IObject
Source§type Type = Option<ObjectOwner>
type Type = Option<ObjectOwner>
The schema marker type of this field.
Source§impl HasField<previousTransactionBlock> for IObject
impl HasField<previousTransactionBlock> for IObject
Source§type Type = Option<TransactionBlock>
type Type = Option<TransactionBlock>
The schema marker type of this field.
Source§impl HasField<receivedTransactionBlocks> for IObject
impl HasField<receivedTransactionBlocks> for IObject
Source§type Type = TransactionBlockConnection
type Type = TransactionBlockConnection
The schema marker type of this field.
Source§impl HasField<status> for IObject
impl HasField<status> for IObject
Source§type Type = ObjectKind
type Type = ObjectKind
The schema marker type of this field.
Source§impl HasField<storageRebate> for IObject
impl HasField<storageRebate> for IObject
impl HasSubtype<Coin> for IObject
impl HasSubtype<CoinMetadata> for IObject
impl HasSubtype<IObject> for IObject
impl HasSubtype<MoveObject> for IObject
impl HasSubtype<MovePackage> for IObject
impl HasSubtype<Object> for IObject
impl HasSubtype<StakedSui> for IObject
impl HasSubtype<SuinsRegistration> for IObject
Auto Trait Implementations§
impl Freeze for IObject
impl RefUnwindSafe for IObject
impl Send for IObject
impl Sync for IObject
impl Unpin for IObject
impl UnwindSafe for IObject
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