pub struct UpdateAdminSpecPackagesParams {
pub confirm_drop: Option<String>,
}Expand description
Query and header parameters for updateAdminSpecPackages.
Fields§
§confirm_drop: Option<String>Comma-separated package ids the caller intends to delete despite a wired Stripe price. Ids not listed still refuse.
Trait Implementations§
Source§impl Clone for UpdateAdminSpecPackagesParams
impl Clone for UpdateAdminSpecPackagesParams
Source§fn clone(&self) -> UpdateAdminSpecPackagesParams
fn clone(&self) -> UpdateAdminSpecPackagesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateAdminSpecPackagesParams
impl Default for UpdateAdminSpecPackagesParams
Source§fn default() -> UpdateAdminSpecPackagesParams
fn default() -> UpdateAdminSpecPackagesParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAdminSpecPackagesParams
impl<'de> Deserialize<'de> for UpdateAdminSpecPackagesParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UpdateAdminSpecPackagesParams
Auto Trait Implementations§
impl Freeze for UpdateAdminSpecPackagesParams
impl RefUnwindSafe for UpdateAdminSpecPackagesParams
impl Send for UpdateAdminSpecPackagesParams
impl Sync for UpdateAdminSpecPackagesParams
impl Unpin for UpdateAdminSpecPackagesParams
impl UnsafeUnpin for UpdateAdminSpecPackagesParams
impl UnwindSafe for UpdateAdminSpecPackagesParams
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