pub struct TabMarker;Expand description
Phantom marker for tab property indices.
Auto Trait Implementations§
impl Freeze for TabMarker
impl RefUnwindSafe for TabMarker
impl Send for TabMarker
impl Sync for TabMarker
impl Unpin for TabMarker
impl UnwindSafe for TabMarker
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