pub struct SetIgnoreInputEventsParamsBuilder { /* private fields */ }Implementations§
Source§impl SetIgnoreInputEventsParamsBuilder
impl SetIgnoreInputEventsParamsBuilder
pub fn build(self) -> SetIgnoreInputEventsParams
Auto Trait Implementations§
impl Freeze for SetIgnoreInputEventsParamsBuilder
impl RefUnwindSafe for SetIgnoreInputEventsParamsBuilder
impl Send for SetIgnoreInputEventsParamsBuilder
impl Sync for SetIgnoreInputEventsParamsBuilder
impl Unpin for SetIgnoreInputEventsParamsBuilder
impl UnsafeUnpin for SetIgnoreInputEventsParamsBuilder
impl UnwindSafe for SetIgnoreInputEventsParamsBuilder
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