pub struct PublishedEvent {
pub arguments: List,
pub arguments_keyword: Dictionary,
pub options: PublishOptions,
}Expand description
An event published to a topic.
Fields§
§arguments: List§arguments_keyword: Dictionary§options: PublishOptionsTrait Implementations§
Source§impl Clone for PublishedEvent
impl Clone for PublishedEvent
Source§fn clone(&self) -> PublishedEvent
fn clone(&self) -> PublishedEvent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PublishedEvent
impl Debug for PublishedEvent
Source§impl Default for PublishedEvent
impl Default for PublishedEvent
Source§fn default() -> PublishedEvent
fn default() -> PublishedEvent
Returns the “default value” for a type. Read more
Source§impl PartialEq for PublishedEvent
impl PartialEq for PublishedEvent
impl Eq for PublishedEvent
impl StructuralPartialEq for PublishedEvent
Auto Trait Implementations§
impl Freeze for PublishedEvent
impl RefUnwindSafe for PublishedEvent
impl Send for PublishedEvent
impl Sync for PublishedEvent
impl Unpin for PublishedEvent
impl UnwindSafe for PublishedEvent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)