pub struct TopicConfigurationDeprecated {
pub id: Option<NotificationId>,
pub events: Option<EventList>,
pub event: Option<Event>,
pub topic: Option<TopicArn>,
}Fields§
§id: Option<NotificationId>§events: Option<EventList>§event: Option<Event>§topic: Option<TopicArn>Trait Implementations§
Source§impl Debug for TopicConfigurationDeprecated
impl Debug for TopicConfigurationDeprecated
Source§impl Default for TopicConfigurationDeprecated
impl Default for TopicConfigurationDeprecated
Source§fn default() -> TopicConfigurationDeprecated
fn default() -> TopicConfigurationDeprecated
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TopicConfigurationDeprecated
impl<'de> Deserialize<'de> for TopicConfigurationDeprecated
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 TopicConfigurationDeprecated
impl RefUnwindSafe for TopicConfigurationDeprecated
impl Send for TopicConfigurationDeprecated
impl Sync for TopicConfigurationDeprecated
impl Unpin for TopicConfigurationDeprecated
impl UnwindSafe for TopicConfigurationDeprecated
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