pub struct StageInstanceDelete(pub StageInstance);
Tuple Fields§
§0: StageInstance
Trait Implementations§
Source§impl Clone for StageInstanceDelete
impl Clone for StageInstanceDelete
Source§fn clone(&self) -> StageInstanceDelete
fn clone(&self) -> StageInstanceDelete
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 StageInstanceDelete
impl Debug for StageInstanceDelete
Source§impl Deref for StageInstanceDelete
impl Deref for StageInstanceDelete
Source§impl DerefMut for StageInstanceDelete
impl DerefMut for StageInstanceDelete
Source§impl<'de> Deserialize<'de> for StageInstanceDelete
impl<'de> Deserialize<'de> for StageInstanceDelete
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 Hash for StageInstanceDelete
impl Hash for StageInstanceDelete
Source§impl PartialEq for StageInstanceDelete
impl PartialEq for StageInstanceDelete
Source§impl Serialize for StageInstanceDelete
impl Serialize for StageInstanceDelete
impl Eq for StageInstanceDelete
impl StructuralPartialEq for StageInstanceDelete
Auto Trait Implementations§
impl Freeze for StageInstanceDelete
impl RefUnwindSafe for StageInstanceDelete
impl Send for StageInstanceDelete
impl Sync for StageInstanceDelete
impl Unpin for StageInstanceDelete
impl UnwindSafe for StageInstanceDelete
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