pub struct MoveModule;
Trait Implementations§
Source§impl HasField<__typename> for MoveModule
impl HasField<__typename> for MoveModule
Source§impl HasField<bytes> for MoveModule
impl HasField<bytes> for MoveModule
Source§impl HasField<datatype> for MoveModule
impl HasField<datatype> for MoveModule
Source§type Type = Option<MoveDatatype>
type Type = Option<MoveDatatype>
The schema marker type of this field.
Source§impl HasField<datatypes> for MoveModule
impl HasField<datatypes> for MoveModule
Source§type Type = Option<MoveDatatypeConnection>
type Type = Option<MoveDatatypeConnection>
The schema marker type of this field.
Source§impl HasField<disassembly> for MoveModule
impl HasField<disassembly> for MoveModule
Source§impl HasField<enum> for MoveModule
impl HasField<enum> for MoveModule
Source§impl HasField<enums> for MoveModule
impl HasField<enums> for MoveModule
Source§type Type = Option<MoveEnumConnection>
type Type = Option<MoveEnumConnection>
The schema marker type of this field.
Source§impl HasField<fileFormatVersion> for MoveModule
impl HasField<fileFormatVersion> for MoveModule
Source§impl HasField<friends> for MoveModule
impl HasField<friends> for MoveModule
Source§type Type = MoveModuleConnection
type Type = MoveModuleConnection
The schema marker type of this field.
Source§impl HasField<function> for MoveModule
impl HasField<function> for MoveModule
Source§type Type = Option<MoveFunction>
type Type = Option<MoveFunction>
The schema marker type of this field.
Source§impl HasField<functions> for MoveModule
impl HasField<functions> for MoveModule
Source§type Type = Option<MoveFunctionConnection>
type Type = Option<MoveFunctionConnection>
The schema marker type of this field.
Source§impl HasField<name> for MoveModule
impl HasField<name> for MoveModule
Source§impl HasField<package> for MoveModule
impl HasField<package> for MoveModule
Source§type Type = MovePackage
type Type = MovePackage
The schema marker type of this field.
Source§impl HasField<struct> for MoveModule
impl HasField<struct> for MoveModule
Source§type Type = Option<MoveStruct>
type Type = Option<MoveStruct>
The schema marker type of this field.
Source§impl HasField<structs> for MoveModule
impl HasField<structs> for MoveModule
Source§type Type = Option<MoveStructConnection>
type Type = Option<MoveStructConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MoveModule
impl RefUnwindSafe for MoveModule
impl Send for MoveModule
impl Sync for MoveModule
impl Unpin for MoveModule
impl UnwindSafe for MoveModule
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