pub struct EventSourceMapping { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for EventSourceMapping
impl Debug for EventSourceMapping
Source§impl<'de> Deserialize<'de> for EventSourceMapping
impl<'de> Deserialize<'de> for EventSourceMapping
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 From<EventSourceMapping> for Resource
impl From<EventSourceMapping> for Resource
Source§fn from(value: EventSourceMapping) -> Self
fn from(value: EventSourceMapping) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EventSourceMapping
impl RefUnwindSafe for EventSourceMapping
impl Send for EventSourceMapping
impl Sync for EventSourceMapping
impl Unpin for EventSourceMapping
impl UnsafeUnpin for EventSourceMapping
impl UnwindSafe for EventSourceMapping
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