pub struct DeleteEventBusInput {
pub name: String,
}Expand description
Input for the DeleteEventBus operation.
Fields§
§name: StringThe name of the event bus to delete.
Trait Implementations§
Source§impl Clone for DeleteEventBusInput
impl Clone for DeleteEventBusInput
Source§fn clone(&self) -> DeleteEventBusInput
fn clone(&self) -> DeleteEventBusInput
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 DeleteEventBusInput
impl Debug for DeleteEventBusInput
Source§impl Default for DeleteEventBusInput
impl Default for DeleteEventBusInput
Source§fn default() -> DeleteEventBusInput
fn default() -> DeleteEventBusInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteEventBusInput
impl<'de> Deserialize<'de> for DeleteEventBusInput
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 DeleteEventBusInput
impl RefUnwindSafe for DeleteEventBusInput
impl Send for DeleteEventBusInput
impl Sync for DeleteEventBusInput
impl Unpin for DeleteEventBusInput
impl UnsafeUnpin for DeleteEventBusInput
impl UnwindSafe for DeleteEventBusInput
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