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