pub struct MoveFunction;
Trait Implementations§
Source§impl HasField<__typename> for MoveFunction
impl HasField<__typename> for MoveFunction
Source§impl HasField<isEntry> for MoveFunction
impl HasField<isEntry> for MoveFunction
Source§impl HasField<module> for MoveFunction
impl HasField<module> for MoveFunction
Source§type Type = MoveModule
type Type = MoveModule
The schema marker type of this field.
Source§impl HasField<name> for MoveFunction
impl HasField<name> for MoveFunction
Source§impl HasField<parameters> for MoveFunction
impl HasField<parameters> for MoveFunction
Source§impl HasField<return> for MoveFunction
impl HasField<return> for MoveFunction
Source§impl HasField<typeParameters> for MoveFunction
impl HasField<typeParameters> for MoveFunction
Source§impl HasField<visibility> for MoveFunction
impl HasField<visibility> for MoveFunction
Source§type Type = Option<MoveVisibility>
type Type = Option<MoveVisibility>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MoveFunction
impl RefUnwindSafe for MoveFunction
impl Send for MoveFunction
impl Sync for MoveFunction
impl Unpin for MoveFunction
impl UnwindSafe for MoveFunction
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