pub struct OutgoingDataCollectionEvent { /* private fields */ }
Implementations§
Source§impl OutgoingDataCollectionEvent
impl OutgoingDataCollectionEvent
pub fn component_id<T>(self, value: T) -> Self
pub fn component_request<T>(self, value: T) -> Self
pub fn component_response<T>(self, value: T) -> Self
pub fn component_slug<T>(self, value: T) -> Self
pub fn object<T>(self, value: T) -> Self
pub fn uuid<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for OutgoingDataCollectionEvent
impl Clone for OutgoingDataCollectionEvent
Source§fn clone(&self) -> OutgoingDataCollectionEvent
fn clone(&self) -> OutgoingDataCollectionEvent
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 OutgoingDataCollectionEvent
impl Debug for OutgoingDataCollectionEvent
Source§impl From<OutgoingDataCollectionEvent> for OutgoingDataCollectionEvent
impl From<OutgoingDataCollectionEvent> for OutgoingDataCollectionEvent
Source§fn from(value: OutgoingDataCollectionEvent) -> Self
fn from(value: OutgoingDataCollectionEvent) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OutgoingDataCollectionEvent> for OutgoingDataCollectionEvent
impl TryFrom<OutgoingDataCollectionEvent> for OutgoingDataCollectionEvent
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OutgoingDataCollectionEvent) -> Result<Self, ConversionError>
fn try_from(value: OutgoingDataCollectionEvent) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OutgoingDataCollectionEvent
impl RefUnwindSafe for OutgoingDataCollectionEvent
impl Send for OutgoingDataCollectionEvent
impl Sync for OutgoingDataCollectionEvent
impl Unpin for OutgoingDataCollectionEvent
impl UnwindSafe for OutgoingDataCollectionEvent
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