pub struct SetupOutput {
pub messages: Vec<String>,
}Fields§
§messages: Vec<String>Auto Trait Implementations§
impl Freeze for SetupOutput
impl RefUnwindSafe for SetupOutput
impl Send for SetupOutput
impl Sync for SetupOutput
impl Unpin for SetupOutput
impl UnsafeUnpin for SetupOutput
impl UnwindSafe for SetupOutput
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