Struct predicates_core::reflection::Child
source · pub struct Child<'a>(/* private fields */);
Expand description
A view of a Predicate
child, provided by reflection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Child<'a>
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§
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