pub struct FlatColumnsSnapshot {
pub all: Vec<Arc<str>>,
pub visible: Vec<Arc<str>>,
}Fields§
§all: Vec<Arc<str>>§visible: Vec<Arc<str>>Trait Implementations§
Source§impl Clone for FlatColumnsSnapshot
impl Clone for FlatColumnsSnapshot
Source§fn clone(&self) -> FlatColumnsSnapshot
fn clone(&self) -> FlatColumnsSnapshot
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 FlatColumnsSnapshot
impl Debug for FlatColumnsSnapshot
Source§impl PartialEq for FlatColumnsSnapshot
impl PartialEq for FlatColumnsSnapshot
impl Eq for FlatColumnsSnapshot
impl StructuralPartialEq for FlatColumnsSnapshot
Auto Trait Implementations§
impl Freeze for FlatColumnsSnapshot
impl RefUnwindSafe for FlatColumnsSnapshot
impl Send for FlatColumnsSnapshot
impl Sync for FlatColumnsSnapshot
impl Unpin for FlatColumnsSnapshot
impl UnsafeUnpin for FlatColumnsSnapshot
impl UnwindSafe for FlatColumnsSnapshot
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