pub struct ProjectDeletionResponse {
pub success: bool,
pub message: String,
}Fields§
§success: bool§message: StringImplementations§
Source§impl ProjectDeletionResponse
impl ProjectDeletionResponse
pub fn new(success: bool, message: String) -> ProjectDeletionResponse
Trait Implementations§
Source§impl Clone for ProjectDeletionResponse
impl Clone for ProjectDeletionResponse
Source§fn clone(&self) -> ProjectDeletionResponse
fn clone(&self) -> ProjectDeletionResponse
Returns a copy of the value. Read more
1.0.0 · 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 ProjectDeletionResponse
impl Debug for ProjectDeletionResponse
Source§impl Default for ProjectDeletionResponse
impl Default for ProjectDeletionResponse
Source§fn default() -> ProjectDeletionResponse
fn default() -> ProjectDeletionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectDeletionResponse
impl<'de> Deserialize<'de> for ProjectDeletionResponse
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 ProjectDeletionResponse
impl PartialEq for ProjectDeletionResponse
Source§impl Serialize for ProjectDeletionResponse
impl Serialize for ProjectDeletionResponse
impl StructuralPartialEq for ProjectDeletionResponse
Auto Trait Implementations§
impl Freeze for ProjectDeletionResponse
impl RefUnwindSafe for ProjectDeletionResponse
impl Send for ProjectDeletionResponse
impl Sync for ProjectDeletionResponse
impl Unpin for ProjectDeletionResponse
impl UnwindSafe for ProjectDeletionResponse
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