pub(crate) struct IndirectValidation {
pub(crate) dispatch: Dispatch,
pub(crate) draw: Draw,
}
Fields§
§dispatch: Dispatch
§draw: Draw
Implementations§
Auto Trait Implementations§
impl !Freeze for IndirectValidation
impl !RefUnwindSafe for IndirectValidation
impl Send for IndirectValidation
impl Sync for IndirectValidation
impl Unpin for IndirectValidation
impl !UnwindSafe for IndirectValidation
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