Enum x11rb_protocol::resource_manager::Binding
source · enum Binding {
Tight,
Loose,
}
Expand description
How tightly does the component of an entry match a query?
Variants§
Tight
We have a tight match, meaning that the next component of the entry must match the query.
Loose
We have a loose match, meaning that any number of components can be skipped before the next match.
Trait Implementations§
source§impl PartialEq for Binding
impl PartialEq for Binding
impl Copy for Binding
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 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