pub struct CustomerPayload;Trait Implementations§
Source§impl HasField<__typename> for CustomerPayload
impl HasField<__typename> for CustomerPayload
Source§impl HasField<customer> for CustomerPayload
impl HasField<customer> for CustomerPayload
Source§impl HasField<lastSyncId> for CustomerPayload
impl HasField<lastSyncId> for CustomerPayload
Source§impl HasField<success> for CustomerPayload
impl HasField<success> for CustomerPayload
Auto Trait Implementations§
impl Freeze for CustomerPayload
impl RefUnwindSafe for CustomerPayload
impl Send for CustomerPayload
impl Sync for CustomerPayload
impl Unpin for CustomerPayload
impl UnwindSafe for CustomerPayload
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