pub struct ExpectedKey {
pub key: String,
pub variables: Vec<String>,
}Expand description
Expected key information from inventory.
Fields§
§key: String§variables: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpectedKey
impl RefUnwindSafe for ExpectedKey
impl Send for ExpectedKey
impl Sync for ExpectedKey
impl Unpin for ExpectedKey
impl UnwindSafe for ExpectedKey
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