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