pub struct EventsOpts {
pub since: Option<u64>,
pub poll: bool,
}Fields§
§since: Option<u64>§poll: boolTrait Implementations§
Source§impl Clone for EventsOpts
impl Clone for EventsOpts
Source§fn clone(&self) -> EventsOpts
fn clone(&self) -> EventsOpts
Returns a duplicate of the value. Read more
1.0.0 · 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 EventsOpts
impl Debug for EventsOpts
Source§impl Default for EventsOpts
impl Default for EventsOpts
Source§fn default() -> EventsOpts
fn default() -> EventsOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventsOpts
impl RefUnwindSafe for EventsOpts
impl Send for EventsOpts
impl Sync for EventsOpts
impl Unpin for EventsOpts
impl UnsafeUnpin for EventsOpts
impl UnwindSafe for EventsOpts
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