pub struct MulMsg {
pub result: Result<bool>,
pub rule_name: String,
}Fields§
§result: Result<bool>§rule_name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MulMsg
impl RefUnwindSafe for MulMsg
impl Send for MulMsg
impl Sync for MulMsg
impl Unpin for MulMsg
impl UnwindSafe for MulMsg
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