pub struct ColResponse {
pub to_sort: bool,
pub hovered: bool,
pub filtering: Filter,
pub secondary_clicked: bool,
}Fields§
§to_sort: bool§hovered: bool§filtering: Filter§secondary_clicked: boolTrait Implementations§
Source§impl Clone for ColResponse
impl Clone for ColResponse
Source§fn clone(&self) -> ColResponse
fn clone(&self) -> ColResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ColResponse
impl Debug for ColResponse
Source§impl Default for ColResponse
impl Default for ColResponse
Source§fn default() -> ColResponse
fn default() -> ColResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColResponse
impl RefUnwindSafe for ColResponse
impl Send for ColResponse
impl Sync for ColResponse
impl Unpin for ColResponse
impl UnsafeUnpin for ColResponse
impl UnwindSafe for ColResponse
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