pub struct EventStreamDestination {
pub configuration: DestinationConfiguration,
pub target: EventStreamTarget,
}
Expand description
Represents the destination for an event or stream.
Fields§
§configuration: DestinationConfiguration
The destination configuration.
target: EventStreamTarget
The target destination.
Trait Implementations§
Source§impl Clone for EventStreamDestination
impl Clone for EventStreamDestination
Source§fn clone(&self) -> EventStreamDestination
fn clone(&self) -> EventStreamDestination
Returns a copy 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 EventStreamDestination
impl Debug for EventStreamDestination
Source§impl PartialEq for EventStreamDestination
impl PartialEq for EventStreamDestination
impl StructuralPartialEq for EventStreamDestination
Auto Trait Implementations§
impl Freeze for EventStreamDestination
impl RefUnwindSafe for EventStreamDestination
impl Send for EventStreamDestination
impl Sync for EventStreamDestination
impl Unpin for EventStreamDestination
impl UnwindSafe for EventStreamDestination
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