pub struct tier;Trait Implementations§
Source§impl HasField<tier> for CustomerWebhookPayload
impl HasField<tier> for CustomerWebhookPayload
Source§type Type = Option<CustomerTierChildWebhookPayload>
type Type = Option<CustomerTierChildWebhookPayload>
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