pub struct YAMLVerifier;Expand description
Verify that a YAML binding file is parseable and contains required fields.
Trait Implementations§
Source§impl Verifier for YAMLVerifier
impl Verifier for YAMLVerifier
Auto Trait Implementations§
impl Freeze for YAMLVerifier
impl RefUnwindSafe for YAMLVerifier
impl Send for YAMLVerifier
impl Sync for YAMLVerifier
impl Unpin for YAMLVerifier
impl UnsafeUnpin for YAMLVerifier
impl UnwindSafe for YAMLVerifier
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