pub struct LaunchItemRow { /* private fields */ }Implementations§
Source§impl LaunchItemRow
impl LaunchItemRow
pub fn new(item: LaunchItem) -> Self
pub fn list_box_row(&self) -> &ListBoxRow
pub fn launch_item(&self) -> &LaunchItem
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LaunchItemRow
impl RefUnwindSafe for LaunchItemRow
impl !Send for LaunchItemRow
impl !Sync for LaunchItemRow
impl Unpin for LaunchItemRow
impl UnwindSafe for LaunchItemRow
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