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