pub enum UiResponse {
None,
DragStarted,
}
Expand description
The response from Behavior::pane_ui
for a pane.
Variants§
Trait Implementations§
source§impl Clone for UiResponse
impl Clone for UiResponse
source§fn clone(&self) -> UiResponse
fn clone(&self) -> UiResponse
Returns a copy of the value. Read more
1.6.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 UiResponse
impl Debug for UiResponse
source§impl Default for UiResponse
impl Default for UiResponse
source§fn default() -> UiResponse
fn default() -> UiResponse
Returns the “default value” for a type. Read more
source§impl PartialEq for UiResponse
impl PartialEq for UiResponse
impl Copy for UiResponse
impl Eq for UiResponse
impl StructuralPartialEq for UiResponse
Auto Trait Implementations§
impl Freeze for UiResponse
impl RefUnwindSafe for UiResponse
impl Send for UiResponse
impl Sync for UiResponse
impl Unpin for UiResponse
impl UnwindSafe for UiResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)