Enum ui2::ListHeaderMeta
source · pub enum ListHeaderMeta {
Tools(Vec<Icon>),
Button(Label),
Text(Label),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ListHeaderMeta
impl Send for ListHeaderMeta
impl Sync for ListHeaderMeta
impl Unpin for ListHeaderMeta
impl UnwindSafe for ListHeaderMeta
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