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