pub enum EventStreamTarget {
Mqtt,
Storage,
}
Expand description
The target of the event or stream.
Variants§
Trait Implementations§
Source§impl Clone for EventStreamTarget
impl Clone for EventStreamTarget
Source§fn clone(&self) -> EventStreamTarget
fn clone(&self) -> EventStreamTarget
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 EventStreamTarget
impl Debug for EventStreamTarget
Source§impl PartialEq for EventStreamTarget
impl PartialEq for EventStreamTarget
impl StructuralPartialEq for EventStreamTarget
Auto Trait Implementations§
impl Freeze for EventStreamTarget
impl RefUnwindSafe for EventStreamTarget
impl Send for EventStreamTarget
impl Sync for EventStreamTarget
impl Unpin for EventStreamTarget
impl UnwindSafe for EventStreamTarget
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