pub struct SpecEntry {
pub operations: HashMap<String, OperationHandle>,
}Fields§
§operations: HashMap<String, OperationHandle>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpecEntry
impl RefUnwindSafe for SpecEntry
impl Send for SpecEntry
impl Sync for SpecEntry
impl Unpin for SpecEntry
impl UnsafeUnpin for SpecEntry
impl UnwindSafe for SpecEntry
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