pub struct ColumnState {
pub response: ColResponse,
pub sort_up: Option<bool>,
}Fields§
§response: ColResponse§sort_up: Option<bool>Trait Implementations§
Source§impl Clone for ColumnState
impl Clone for ColumnState
Source§fn clone(&self) -> ColumnState
fn clone(&self) -> ColumnState
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 ColumnState
impl Debug for ColumnState
Source§impl Default for ColumnState
impl Default for ColumnState
Source§fn default() -> ColumnState
fn default() -> ColumnState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColumnState
impl RefUnwindSafe for ColumnState
impl Send for ColumnState
impl Sync for ColumnState
impl Unpin for ColumnState
impl UnsafeUnpin for ColumnState
impl UnwindSafe for ColumnState
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