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