Struct predicates_core::reflection::Child
source · pub struct Child<'a>(_, _);
Expand description
A view of a Predicate
child, provided by reflection.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Child<'a>
impl<'a> !Send for Child<'a>
impl<'a> !Sync for Child<'a>
impl<'a> Unpin for Child<'a>
impl<'a> !UnwindSafe for Child<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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