struct ProtoPredicate {
pub name: &'static str,
node: PredicateNode,
}Fields§
§name: &'static str§node: PredicateNodeAuto Trait Implementations§
impl Freeze for ProtoPredicate
impl RefUnwindSafe for ProtoPredicate
impl Send for ProtoPredicate
impl Sync for ProtoPredicate
impl Unpin for ProtoPredicate
impl UnwindSafe for ProtoPredicate
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