pub struct RuleResolver { /* private fields */ }Expand description
Adapts RuleRoot to the engine’s resolver interface.
Implementations§
Trait Implementations§
Source§impl Clone for RuleResolver
impl Clone for RuleResolver
Source§fn clone(&self) -> RuleResolver
fn clone(&self) -> RuleResolver
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuleResolver
impl Debug for RuleResolver
Auto Trait Implementations§
impl Freeze for RuleResolver
impl RefUnwindSafe for RuleResolver
impl Send for RuleResolver
impl Sync for RuleResolver
impl Unpin for RuleResolver
impl UnsafeUnpin for RuleResolver
impl UnwindSafe for RuleResolver
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