Struct csaf_walker::validation::InnerValidationContext
source · pub struct InnerValidationContext<VC> { /* private fields */ }Auto Trait Implementations§
impl<VC> RefUnwindSafe for InnerValidationContext<VC>where VC: RefUnwindSafe,
impl<VC> Send for InnerValidationContext<VC>where VC: Send,
impl<VC> Sync for InnerValidationContext<VC>where VC: Sync,
impl<VC> Unpin for InnerValidationContext<VC>where VC: Unpin,
impl<VC> UnwindSafe for InnerValidationContext<VC>where VC: UnwindSafe,
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