pub struct MatchArgs {
pub predicate: Predicate,
pub cached: bool,
}Fields§
§predicate: Predicate§cached: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MatchArgs
impl RefUnwindSafe for MatchArgs
impl Send for MatchArgs
impl Sync for MatchArgs
impl Unpin for MatchArgs
impl UnwindSafe for MatchArgs
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