pub struct EventsOptionsBuilder { /* private fields */ }
Expand description
Builder interface for EventOptions
Implementations§
Trait Implementations§
Source§impl Default for EventsOptionsBuilder
impl Default for EventsOptionsBuilder
Source§fn default() -> EventsOptionsBuilder
fn default() -> EventsOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventsOptionsBuilder
impl RefUnwindSafe for EventsOptionsBuilder
impl Send for EventsOptionsBuilder
impl Sync for EventsOptionsBuilder
impl Unpin for EventsOptionsBuilder
impl UnwindSafe for EventsOptionsBuilder
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