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