pub struct AdjustPeriodicEventStreamRequest {
pub custom_data: Option<CustomData>,
pub id: i64,
pub params: PeriodicEventStreamParams,
}Fields§
§custom_data: Option<CustomData>§id: i64§params: PeriodicEventStreamParamsTrait Implementations§
Source§impl Clone for AdjustPeriodicEventStreamRequest
impl Clone for AdjustPeriodicEventStreamRequest
Source§fn clone(&self) -> AdjustPeriodicEventStreamRequest
fn clone(&self) -> AdjustPeriodicEventStreamRequest
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 AdjustPeriodicEventStreamRequest
impl StructuralPartialEq for AdjustPeriodicEventStreamRequest
Auto Trait Implementations§
impl Freeze for AdjustPeriodicEventStreamRequest
impl RefUnwindSafe for AdjustPeriodicEventStreamRequest
impl Send for AdjustPeriodicEventStreamRequest
impl Sync for AdjustPeriodicEventStreamRequest
impl Unpin for AdjustPeriodicEventStreamRequest
impl UnsafeUnpin for AdjustPeriodicEventStreamRequest
impl UnwindSafe for AdjustPeriodicEventStreamRequest
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