pub struct OpenPeriodicEventStreamRequest {
pub constant_stream_data: ConstantStreamData,
pub custom_data: Option<CustomData>,
}Fields§
§constant_stream_data: ConstantStreamData§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for OpenPeriodicEventStreamRequest
impl Clone for OpenPeriodicEventStreamRequest
Source§fn clone(&self) -> OpenPeriodicEventStreamRequest
fn clone(&self) -> OpenPeriodicEventStreamRequest
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 moreimpl Eq for OpenPeriodicEventStreamRequest
impl StructuralPartialEq for OpenPeriodicEventStreamRequest
Auto Trait Implementations§
impl Freeze for OpenPeriodicEventStreamRequest
impl RefUnwindSafe for OpenPeriodicEventStreamRequest
impl Send for OpenPeriodicEventStreamRequest
impl Sync for OpenPeriodicEventStreamRequest
impl Unpin for OpenPeriodicEventStreamRequest
impl UnsafeUnpin for OpenPeriodicEventStreamRequest
impl UnwindSafe for OpenPeriodicEventStreamRequest
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