Fields
path: String
name: String
Trait Implementations
sourceimpl PartialEq<LogicLoop> for LogicLoop
impl PartialEq<LogicLoop> for LogicLoop
impl StructuralPartialEq for LogicLoop
Auto Trait Implementations
impl RefUnwindSafe for LogicLoop
impl Send for LogicLoop
impl Sync for LogicLoop
impl Unpin for LogicLoop
impl UnwindSafe for LogicLoop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more