pub struct Binding {
pub kind: Wildcard,
pub value: String,
}Expand description
One variable resolution, carried on each hit for provenance.
For example {Subkey, "{CLSID…}"}, {ControlSet, "ControlSet002"}, or
{User, "S-1-5-21-…-1001"}.
Fields§
§kind: WildcardWhich domain this binding came from.
value: StringThe concrete domain element selected (child-key name, control-set name, or user SID/profile).
Implementations§
Trait Implementations§
impl Eq for Binding
impl StructuralPartialEq for Binding
Auto Trait Implementations§
impl Freeze for Binding
impl RefUnwindSafe for Binding
impl Send for Binding
impl Sync for Binding
impl Unpin for Binding
impl UnsafeUnpin for Binding
impl UnwindSafe for Binding
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