pub struct MTValidator;
Expand description
Main validator for MT messages
Implementations§
Source§impl MTValidator
impl MTValidator
Sourcepub fn validate(message: &MTMessage, level: ValidationLevel) -> ValidationResult
pub fn validate(message: &MTMessage, level: ValidationLevel) -> ValidationResult
Validate an MT message with the specified validation level
Auto Trait Implementations§
impl Freeze for MTValidator
impl RefUnwindSafe for MTValidator
impl Send for MTValidator
impl Sync for MTValidator
impl Unpin for MTValidator
impl UnwindSafe for MTValidator
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