pub struct CustomerTierPayload;Trait Implementations§
Source§impl HasField<__typename> for CustomerTierPayload
impl HasField<__typename> for CustomerTierPayload
Source§impl HasField<lastSyncId> for CustomerTierPayload
impl HasField<lastSyncId> for CustomerTierPayload
Source§impl HasField<success> for CustomerTierPayload
impl HasField<success> for CustomerTierPayload
Source§impl HasField<tier> for CustomerTierPayload
impl HasField<tier> for CustomerTierPayload
Source§type Type = CustomerTier
type Type = CustomerTier
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for CustomerTierPayload
impl RefUnwindSafe for CustomerTierPayload
impl Send for CustomerTierPayload
impl Sync for CustomerTierPayload
impl Unpin for CustomerTierPayload
impl UnwindSafe for CustomerTierPayload
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