pub struct RowPinningState {
pub top: Vec<RowKey>,
pub bottom: Vec<RowKey>,
}Fields§
§top: Vec<RowKey>§bottom: Vec<RowKey>Trait Implementations§
Source§impl Clone for RowPinningState
impl Clone for RowPinningState
Source§fn clone(&self) -> RowPinningState
fn clone(&self) -> RowPinningState
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 RowPinningState
impl Debug for RowPinningState
Source§impl Default for RowPinningState
impl Default for RowPinningState
Source§fn default() -> RowPinningState
fn default() -> RowPinningState
Returns the “default value” for a type. Read more
Source§impl PartialEq for RowPinningState
impl PartialEq for RowPinningState
impl Eq for RowPinningState
impl StructuralPartialEq for RowPinningState
Auto Trait Implementations§
impl Freeze for RowPinningState
impl RefUnwindSafe for RowPinningState
impl Send for RowPinningState
impl Sync for RowPinningState
impl Unpin for RowPinningState
impl UnsafeUnpin for RowPinningState
impl UnwindSafe for RowPinningState
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