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