pub struct OpsMap {
pub ops: Vec<Op>,
pub pos: Vec<Position>,
pub links: BTreeMap<String, Position>,
}
Fields§
§ops: Vec<Op>
§pos: Vec<Position>
§links: BTreeMap<String, Position>
Implementations§
Trait Implementations§
impl StructuralPartialEq for OpsMap
Auto Trait Implementations§
impl Freeze for OpsMap
impl RefUnwindSafe for OpsMap
impl Send for OpsMap
impl Sync for OpsMap
impl Unpin for OpsMap
impl UnwindSafe for OpsMap
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