pub struct DeleteAppResponse {
pub app_id: String,
pub deleted: bool,
pub affected_users: u32,
pub workspace_cleanup: String,
}Fields§
§app_id: String§deleted: bool§affected_users: u32§workspace_cleanup: StringTrait Implementations§
Source§impl Debug for DeleteAppResponse
impl Debug for DeleteAppResponse
Source§impl<'de> Deserialize<'de> for DeleteAppResponse
impl<'de> Deserialize<'de> for DeleteAppResponse
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
Auto Trait Implementations§
impl Freeze for DeleteAppResponse
impl RefUnwindSafe for DeleteAppResponse
impl Send for DeleteAppResponse
impl Sync for DeleteAppResponse
impl Unpin for DeleteAppResponse
impl UnsafeUnpin for DeleteAppResponse
impl UnwindSafe for DeleteAppResponse
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