pub struct Vld;Expand description
Plugin: coverage check for POST/PUT/PATCH without ValidateHook.
Trait Implementations§
Source§impl Plugin for Vld
impl Plugin for Vld
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Stable plugin identifier used for dependency checks and
crate::App::has_plugin. Read moreSource§fn meta(&self) -> PluginMeta
fn meta(&self) -> PluginMeta
Display name, description, and declared
PluginMeta::sdk version.Auto Trait Implementations§
impl Freeze for Vld
impl RefUnwindSafe for Vld
impl Send for Vld
impl Sync for Vld
impl Unpin for Vld
impl UnsafeUnpin for Vld
impl UnwindSafe for Vld
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