pub enum TabsSub {
List(EndpointArgs),
Close(CloseArgs),
}Variants§
List(EndpointArgs)
Close(CloseArgs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TabsSub
impl RefUnwindSafe for TabsSub
impl Send for TabsSub
impl Sync for TabsSub
impl Unpin for TabsSub
impl UnsafeUnpin for TabsSub
impl UnwindSafe for TabsSub
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