pub struct DeleteProjectOutput {}
Trait Implementations§
Source§impl Clone for DeleteProjectOutput
impl Clone for DeleteProjectOutput
Source§fn clone(&self) -> DeleteProjectOutput
fn clone(&self) -> DeleteProjectOutput
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 DeleteProjectOutput
impl Debug for DeleteProjectOutput
Source§impl Default for DeleteProjectOutput
impl Default for DeleteProjectOutput
Source§fn default() -> DeleteProjectOutput
fn default() -> DeleteProjectOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteProjectOutput
impl<'de> Deserialize<'de> for DeleteProjectOutput
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 DeleteProjectOutput
impl PartialEq for DeleteProjectOutput
impl StructuralPartialEq for DeleteProjectOutput
Auto Trait Implementations§
impl Freeze for DeleteProjectOutput
impl RefUnwindSafe for DeleteProjectOutput
impl Send for DeleteProjectOutput
impl Sync for DeleteProjectOutput
impl Unpin for DeleteProjectOutput
impl UnwindSafe for DeleteProjectOutput
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