pub struct DeleteCustomPlanResponse {
pub deleted: bool,
pub id: String,
pub reassigned: Option<i64>,
}Expand description
DeleteCustomPlanResponse model.
Fields§
§deleted: bool§id: String§reassigned: Option<i64>Tenants moved off the plan, when forced.
Trait Implementations§
Source§impl Clone for DeleteCustomPlanResponse
impl Clone for DeleteCustomPlanResponse
Source§fn clone(&self) -> DeleteCustomPlanResponse
fn clone(&self) -> DeleteCustomPlanResponse
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 Debug for DeleteCustomPlanResponse
impl Debug for DeleteCustomPlanResponse
Source§impl Default for DeleteCustomPlanResponse
impl Default for DeleteCustomPlanResponse
Source§fn default() -> DeleteCustomPlanResponse
fn default() -> DeleteCustomPlanResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteCustomPlanResponse
impl<'de> Deserialize<'de> for DeleteCustomPlanResponse
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
Source§impl PartialEq for DeleteCustomPlanResponse
impl PartialEq for DeleteCustomPlanResponse
Source§impl Serialize for DeleteCustomPlanResponse
impl Serialize for DeleteCustomPlanResponse
impl StructuralPartialEq for DeleteCustomPlanResponse
Auto Trait Implementations§
impl Freeze for DeleteCustomPlanResponse
impl RefUnwindSafe for DeleteCustomPlanResponse
impl Send for DeleteCustomPlanResponse
impl Sync for DeleteCustomPlanResponse
impl Unpin for DeleteCustomPlanResponse
impl UnsafeUnpin for DeleteCustomPlanResponse
impl UnwindSafe for DeleteCustomPlanResponse
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