pub struct tier;Trait Implementations§
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 tier
impl RefUnwindSafe for tier
impl Send for tier
impl Sync for tier
impl Unpin for tier
impl UnwindSafe for tier
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