pub struct SimpleResult {
pub result_type: String,
pub value: String,
}Fields§
§result_type: String§value: StringTrait Implementations§
Source§impl Debug for SimpleResult
impl Debug for SimpleResult
Auto Trait Implementations§
impl Freeze for SimpleResult
impl RefUnwindSafe for SimpleResult
impl Send for SimpleResult
impl Sync for SimpleResult
impl Unpin for SimpleResult
impl UnsafeUnpin for SimpleResult
impl UnwindSafe for SimpleResult
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