pub struct InventoryData {
pub expected_keys: Vec<ExpectedKey>,
}Expand description
The inventory data output.
Fields§
§expected_keys: Vec<ExpectedKey>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InventoryData
impl RefUnwindSafe for InventoryData
impl Send for InventoryData
impl Sync for InventoryData
impl Unpin for InventoryData
impl UnwindSafe for InventoryData
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