Struct csaf_walker::retrieve::RetrievalContext
source · pub struct RetrievalContext<'c> {
pub discovered: &'c DiscoveredContext<'c>,
pub keys: &'c Vec<PublicKey>,
}Fields§
§discovered: &'c DiscoveredContext<'c>§keys: &'c Vec<PublicKey>Trait Implementations§
Auto Trait Implementations§
impl<'c> !RefUnwindSafe for RetrievalContext<'c>
impl<'c> Send for RetrievalContext<'c>
impl<'c> Sync for RetrievalContext<'c>
impl<'c> Unpin for RetrievalContext<'c>
impl<'c> !UnwindSafe for RetrievalContext<'c>
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