pub struct ValidateStep {
pub target: String,
pub rule: String,
pub loc: Loc,
}Fields§
§target: String§rule: String§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateStep
impl RefUnwindSafe for ValidateStep
impl Send for ValidateStep
impl Sync for ValidateStep
impl Unpin for ValidateStep
impl UnsafeUnpin for ValidateStep
impl UnwindSafe for ValidateStep
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