pub struct Recommendations {
pub use_commands: Vec<String>,
pub run: Option<String>,
}Fields§
§use_commands: Vec<String>§run: Option<String>Trait Implementations§
Source§impl Debug for Recommendations
impl Debug for Recommendations
Auto Trait Implementations§
impl Freeze for Recommendations
impl RefUnwindSafe for Recommendations
impl Send for Recommendations
impl Sync for Recommendations
impl Unpin for Recommendations
impl UnsafeUnpin for Recommendations
impl UnwindSafe for Recommendations
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