pub struct NoopIgnore;Expand description
A type that implements Dispatch for all interfaces, ignoring any event.
Trait Implementations§
Source§impl Debug for NoopIgnore
impl Debug for NoopIgnore
Source§impl<I: Proxy, State> Dispatch<I, State> for NoopIgnore
impl<I: Proxy, State> Dispatch<I, State> for NoopIgnore
Source§fn event(
&self,
_: &mut State,
_: &I,
_: I::Event,
_: &Connection,
_: &QueueHandle<State>,
)
fn event( &self, _: &mut State, _: &I, _: I::Event, _: &Connection, _: &QueueHandle<State>, )
Called when an event from the server is processed Read more
Source§fn event_created_child(
opcode: u16,
_qhandle: &QueueHandle<State>,
) -> Arc<dyn ObjectData>
fn event_created_child( opcode: u16, _qhandle: &QueueHandle<State>, ) -> Arc<dyn ObjectData>
Method used to initialize the user-data of objects created by events Read more
Auto Trait Implementations§
impl Freeze for NoopIgnore
impl RefUnwindSafe for NoopIgnore
impl Send for NoopIgnore
impl Sync for NoopIgnore
impl Unpin for NoopIgnore
impl UnsafeUnpin for NoopIgnore
impl UnwindSafe for NoopIgnore
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