Struct turtle_syntax::PredicateObjects
source · [−]pub struct PredicateObjects<F> {
pub verb: Loc<Verb<F>, F>,
pub objects: Loc<Vec<Loc<Object<F>, F>>, F>,
}
Fields
verb: Loc<Verb<F>, F>
objects: Loc<Vec<Loc<Object<F>, F>>, F>
Trait Implementations
sourceimpl<F: Debug> Debug for PredicateObjects<F>
impl<F: Debug> Debug for PredicateObjects<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for PredicateObjects<F> where
F: RefUnwindSafe,
impl<F> Send for PredicateObjects<F> where
F: Send,
impl<F> Sync for PredicateObjects<F> where
F: Sync,
impl<F> Unpin for PredicateObjects<F> where
F: Unpin,
impl<F> UnwindSafe for PredicateObjects<F> where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more