pub struct OpList(/* private fields */);
Expand description
Collection of OpDefs exposed from an external plugin
Trait Implementations§
impl Eq for OpList
impl StructuralPartialEq for OpList
Auto Trait Implementations§
impl Freeze for OpList
impl RefUnwindSafe for OpList
impl Send for OpList
impl Sync for OpList
impl Unpin for OpList
impl UnwindSafe for OpList
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