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