pub struct DeleteEventBusOutput {}Expand description
Output for the DeleteEventBus operation (empty).
Trait Implementations§
Source§impl Clone for DeleteEventBusOutput
impl Clone for DeleteEventBusOutput
Source§fn clone(&self) -> DeleteEventBusOutput
fn clone(&self) -> DeleteEventBusOutput
Returns a duplicate 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 DeleteEventBusOutput
impl Debug for DeleteEventBusOutput
Source§impl Default for DeleteEventBusOutput
impl Default for DeleteEventBusOutput
Source§fn default() -> DeleteEventBusOutput
fn default() -> DeleteEventBusOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteEventBusOutput
impl<'de> Deserialize<'de> for DeleteEventBusOutput
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 DeleteEventBusOutput
impl RefUnwindSafe for DeleteEventBusOutput
impl Send for DeleteEventBusOutput
impl Sync for DeleteEventBusOutput
impl Unpin for DeleteEventBusOutput
impl UnsafeUnpin for DeleteEventBusOutput
impl UnwindSafe for DeleteEventBusOutput
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