pub struct FetchDataPayload;Trait Implementations§
Source§impl HasField<__typename> for FetchDataPayload
impl HasField<__typename> for FetchDataPayload
Source§impl HasField<data> for FetchDataPayload
impl HasField<data> for FetchDataPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<filters> for FetchDataPayload
impl HasField<filters> for FetchDataPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<query> for FetchDataPayload
impl HasField<query> for FetchDataPayload
Source§impl HasField<success> for FetchDataPayload
impl HasField<success> for FetchDataPayload
Auto Trait Implementations§
impl Freeze for FetchDataPayload
impl RefUnwindSafe for FetchDataPayload
impl Send for FetchDataPayload
impl Sync for FetchDataPayload
impl Unpin for FetchDataPayload
impl UnwindSafe for FetchDataPayload
Blanket Implementations§
Source§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