pub struct MatchPathSlot {
pub spec: SlotElementSpec,
pub in_slots: Vec<usize>,
pub out_slots: Vec<usize>,
}Fields§
§spec: SlotElementSpec§in_slots: Vec<usize>§out_slots: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchPathSlot
impl RefUnwindSafe for MatchPathSlot
impl Send for MatchPathSlot
impl Sync for MatchPathSlot
impl Unpin for MatchPathSlot
impl UnwindSafe for MatchPathSlot
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