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