pub struct AnnotationEventsParams {
pub annotation_type: Option<String>,
pub from_serial: Option<String>,
pub limit: Option<u32>,
pub socket_id: Option<String>,
}Fields§
§annotation_type: Option<String>§from_serial: Option<String>§limit: Option<u32>§socket_id: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AnnotationEventsParams
impl Clone for AnnotationEventsParams
Source§fn clone(&self) -> AnnotationEventsParams
fn clone(&self) -> AnnotationEventsParams
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 Debug for AnnotationEventsParams
impl Debug for AnnotationEventsParams
Source§impl Default for AnnotationEventsParams
impl Default for AnnotationEventsParams
Source§fn default() -> AnnotationEventsParams
fn default() -> AnnotationEventsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnnotationEventsParams
impl RefUnwindSafe for AnnotationEventsParams
impl Send for AnnotationEventsParams
impl Sync for AnnotationEventsParams
impl Unpin for AnnotationEventsParams
impl UnsafeUnpin for AnnotationEventsParams
impl UnwindSafe for AnnotationEventsParams
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