Enum x11rb_protocol::resource_manager::matcher::MatchKind
source · enum MatchKind {
SkippedViaLooseBinding,
Matched(MatchComponent),
}
Expand description
Info how a (possibly skipped) component of the query was matched
This information is used to decide which of two matches is “better” in compare_matches()
.
Variants§
SkippedViaLooseBinding
The component was skipped via a loose binding (“*”)
Matched(MatchComponent)
The component was matched against the entry.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchKind
impl RefUnwindSafe for MatchKind
impl Send for MatchKind
impl Sync for MatchKind
impl Unpin for MatchKind
impl UnwindSafe for MatchKind
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