pub enum CollectionRow {
Title,
CardTop(usize),
Gap,
CardBottom,
Body,
}Expand description
What a collection view row IS (0049 §6): the renderer styles chrome from this — never by parsing row text.
Variants§
Title
CardTop(usize)
A file card’s top border; carries the excerpt index it precedes.
Gap
An omitted-lines gap between two excerpts of one file.
CardBottom
A file card’s bottom border.
Body
Trait Implementations§
Source§impl Clone for CollectionRow
impl Clone for CollectionRow
Source§fn clone(&self) -> CollectionRow
fn clone(&self) -> CollectionRow
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 moreimpl Copy for CollectionRow
Source§impl Debug for CollectionRow
impl Debug for CollectionRow
impl Eq for CollectionRow
Source§impl PartialEq for CollectionRow
impl PartialEq for CollectionRow
impl StructuralPartialEq for CollectionRow
Auto Trait Implementations§
impl Freeze for CollectionRow
impl RefUnwindSafe for CollectionRow
impl Send for CollectionRow
impl Sync for CollectionRow
impl Unpin for CollectionRow
impl UnsafeUnpin for CollectionRow
impl UnwindSafe for CollectionRow
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.