pub struct Rfc9000Validator;
Expand description
Validator for RFC 9000 (QUIC Transport Protocol)
Trait Implementations§
Source§impl SpecValidator for Rfc9000Validator
impl SpecValidator for Rfc9000Validator
Source§fn validate(&self, requirement: &ComplianceRequirement) -> ComplianceResult
fn validate(&self, requirement: &ComplianceRequirement) -> ComplianceResult
Validate a specific requirement
Auto Trait Implementations§
impl Freeze for Rfc9000Validator
impl RefUnwindSafe for Rfc9000Validator
impl Send for Rfc9000Validator
impl Sync for Rfc9000Validator
impl Unpin for Rfc9000Validator
impl UnwindSafe for Rfc9000Validator
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