pub struct CommandValidator(/* private fields */);Implementations§
Source§impl CommandValidator
impl CommandValidator
pub fn validate(cmd: &Command) -> ValidateResult
pub fn result(self) -> ValidateResult
pub fn is_upper(b: u8) -> bool
pub fn is_lower(b: u8) -> bool
pub fn is_alpha(b: u8) -> bool
pub fn is_digit(b: u8) -> bool
pub fn is_vchar(b: u8) -> bool
pub fn is_nonnull_char(b: u8) -> bool
pub fn is_name_char(b: u8) -> bool
pub fn is_null(b: u8) -> bool
pub fn is_special(b: u8) -> bool
Auto Trait Implementations§
impl Freeze for CommandValidator
impl RefUnwindSafe for CommandValidator
impl Send for CommandValidator
impl Sync for CommandValidator
impl Unpin for CommandValidator
impl UnwindSafe for CommandValidator
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