pub enum TabPart {
Content,
Close,
}Variants§
Trait Implementations§
impl Copy for TabPart
impl Eq for TabPart
impl StructuralPartialEq for TabPart
Auto Trait Implementations§
impl Freeze for TabPart
impl RefUnwindSafe for TabPart
impl Send for TabPart
impl Sync for TabPart
impl Unpin for TabPart
impl UnsafeUnpin for TabPart
impl UnwindSafe for TabPart
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