pub struct JumpList {
pub labels: SmallVec<[Label; 4]>,
}Fields§
§labels: SmallVec<[Label; 4]>Implementations§
Auto Trait Implementations§
impl Freeze for JumpList
impl RefUnwindSafe for JumpList
impl Send for JumpList
impl Sync for JumpList
impl Unpin for JumpList
impl UnsafeUnpin for JumpList
impl UnwindSafe for JumpList
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