pub struct AxumModuleValidator;Expand description
Validates module IDs against apcore constraints.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxumModuleValidator
impl RefUnwindSafe for AxumModuleValidator
impl Send for AxumModuleValidator
impl Sync for AxumModuleValidator
impl Unpin for AxumModuleValidator
impl UnsafeUnpin for AxumModuleValidator
impl UnwindSafe for AxumModuleValidator
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