pub struct EvalWarning {
pub toggle_name: String,
pub message: String,
}
Fields§
§toggle_name: String
§message: String
Trait Implementations§
Source§impl Debug for EvalWarning
impl Debug for EvalWarning
Auto Trait Implementations§
impl Freeze for EvalWarning
impl RefUnwindSafe for EvalWarning
impl Send for EvalWarning
impl Sync for EvalWarning
impl Unpin for EvalWarning
impl UnwindSafe for EvalWarning
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