pub struct CommandResult {
pub spinner: Spinner,
pub symbol: String,
pub msg: String,
}
Fields§
§spinner: Spinner
§symbol: String
§msg: String
Auto Trait Implementations§
impl Freeze for CommandResult
impl !RefUnwindSafe for CommandResult
impl Send for CommandResult
impl Sync for CommandResult
impl Unpin for CommandResult
impl !UnwindSafe for CommandResult
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