pub enum NotificationTarget {
Queue,
Topic,
Lambda,
}Expand description
Bucket notification target type
Variants§
Trait Implementations§
Source§impl Clone for NotificationTarget
impl Clone for NotificationTarget
Source§fn clone(&self) -> NotificationTarget
fn clone(&self) -> NotificationTarget
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 NotificationTarget
impl Debug for NotificationTarget
Source§impl<'de> Deserialize<'de> for NotificationTarget
impl<'de> Deserialize<'de> for NotificationTarget
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 PartialEq for NotificationTarget
impl PartialEq for NotificationTarget
Source§impl Serialize for NotificationTarget
impl Serialize for NotificationTarget
impl Copy for NotificationTarget
impl Eq for NotificationTarget
impl StructuralPartialEq for NotificationTarget
Auto Trait Implementations§
impl Freeze for NotificationTarget
impl RefUnwindSafe for NotificationTarget
impl Send for NotificationTarget
impl Sync for NotificationTarget
impl Unpin for NotificationTarget
impl UnsafeUnpin for NotificationTarget
impl UnwindSafe for NotificationTarget
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