pub struct MoveDatatype;
Trait Implementations§
Source§impl HasField<__typename> for MoveDatatype
impl HasField<__typename> for MoveDatatype
Source§impl HasField<abilities> for MoveDatatype
impl HasField<abilities> for MoveDatatype
Source§impl HasField<asMoveEnum> for MoveDatatype
impl HasField<asMoveEnum> for MoveDatatype
Source§impl HasField<asMoveStruct> for MoveDatatype
impl HasField<asMoveStruct> for MoveDatatype
Source§type Type = Option<MoveStruct>
type Type = Option<MoveStruct>
The schema marker type of this field.
Source§impl HasField<module> for MoveDatatype
impl HasField<module> for MoveDatatype
Source§type Type = MoveModule
type Type = MoveModule
The schema marker type of this field.
Source§impl HasField<name> for MoveDatatype
impl HasField<name> for MoveDatatype
Source§impl HasField<typeParameters> for MoveDatatype
impl HasField<typeParameters> for MoveDatatype
Source§impl NamedType for MoveDatatype
impl NamedType for MoveDatatype
impl HasSubtype<MoveDatatype> for IMoveDatatype
Auto Trait Implementations§
impl Freeze for MoveDatatype
impl RefUnwindSafe for MoveDatatype
impl Send for MoveDatatype
impl Sync for MoveDatatype
impl Unpin for MoveDatatype
impl UnwindSafe for MoveDatatype
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