pub struct GetPeriodicEventStreamResponse<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize = 16> {
pub constant_stream_data: Option<Vec<ConstantStreamData, GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>>,
pub custom_data: Option<CustomData>,
}Fields§
§constant_stream_data: Option<Vec<ConstantStreamData, GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>>§custom_data: Option<CustomData>Trait Implementations§
Source§impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Action for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Available on non-crate feature alloc only.
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Action for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Available on non-crate feature
alloc only.Source§impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Clone for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Clone for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Source§fn clone(
&self,
) -> GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
fn clone( &self, ) -> GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Debug for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Debug for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Eq for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Source§impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> PartialEq for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> PartialEq for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> StructuralPartialEq for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
Auto Trait Implementations§
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Freeze for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> RefUnwindSafe for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Send for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Sync for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> Unpin for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> UnsafeUnpin for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
impl<const GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP: usize> UnwindSafe for GetPeriodicEventStreamResponse<GET_PERIODIC_EVENT_STREAM_RESPONSE_CONSTANT_STREAM_DATA_CAP>
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