pub struct ClearQueryOnCloseState { /* private fields */ }Expand description
A small listbox policy helper: clear the query when transitioning from open -> closed.
Trait Implementations§
Source§impl Clone for ClearQueryOnCloseState
impl Clone for ClearQueryOnCloseState
Source§fn clone(&self) -> ClearQueryOnCloseState
fn clone(&self) -> ClearQueryOnCloseState
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 ClearQueryOnCloseState
impl Debug for ClearQueryOnCloseState
Source§impl Default for ClearQueryOnCloseState
impl Default for ClearQueryOnCloseState
Source§fn default() -> ClearQueryOnCloseState
fn default() -> ClearQueryOnCloseState
Returns the “default value” for a type. Read more
impl Copy for ClearQueryOnCloseState
Auto Trait Implementations§
impl Freeze for ClearQueryOnCloseState
impl RefUnwindSafe for ClearQueryOnCloseState
impl Send for ClearQueryOnCloseState
impl Sync for ClearQueryOnCloseState
impl Unpin for ClearQueryOnCloseState
impl UnsafeUnpin for ClearQueryOnCloseState
impl UnwindSafe for ClearQueryOnCloseState
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