pub enum NodeInclusion {
Partial,
Full,
}Variants§
Partial
Include nodes that intersect the query rect.
Full
Include nodes only when fully contained within the query rect.
Trait Implementations§
Source§impl Clone for NodeInclusion
impl Clone for NodeInclusion
Source§fn clone(&self) -> NodeInclusion
fn clone(&self) -> NodeInclusion
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 moreimpl Copy for NodeInclusion
Source§impl Debug for NodeInclusion
impl Debug for NodeInclusion
impl Eq for NodeInclusion
Source§impl Hash for NodeInclusion
impl Hash for NodeInclusion
Source§impl PartialEq for NodeInclusion
impl PartialEq for NodeInclusion
Source§fn eq(&self, other: &NodeInclusion) -> bool
fn eq(&self, other: &NodeInclusion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeInclusion
Auto Trait Implementations§
impl Freeze for NodeInclusion
impl RefUnwindSafe for NodeInclusion
impl Send for NodeInclusion
impl Sync for NodeInclusion
impl Unpin for NodeInclusion
impl UnsafeUnpin for NodeInclusion
impl UnwindSafe for NodeInclusion
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.