pub struct SetAccountTierOverride;
Expand description
Set an accounts plan tier override
Trait Implementations§
Source§impl ApiEndpoint for SetAccountTierOverride
impl ApiEndpoint for SetAccountTierOverride
Source§type Path = SetAccountTierOverridePath
type Path = SetAccountTierOverridePath
The path type for this endpoint.
Source§type Req = UpdateNullable<PlanTier>
type Req = UpdateNullable<PlanTier>
The request type for this endpoint.
Source§type Err = AccountError
type Err = AccountError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for SetAccountTierOverride
impl RefUnwindSafe for SetAccountTierOverride
impl Send for SetAccountTierOverride
impl Sync for SetAccountTierOverride
impl Unpin for SetAccountTierOverride
impl UnwindSafe for SetAccountTierOverride
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