pub enum PropertyLookup {
Found(usize),
NotFound,
Uncached,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyLookup
impl Clone for PropertyLookup
Source§fn clone(&self) -> PropertyLookup
fn clone(&self) -> PropertyLookup
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PropertyLookup
impl Debug for PropertyLookup
Source§impl PartialEq for PropertyLookup
impl PartialEq for PropertyLookup
impl Copy for PropertyLookup
impl Eq for PropertyLookup
impl StructuralPartialEq for PropertyLookup
Auto Trait Implementations§
impl Freeze for PropertyLookup
impl RefUnwindSafe for PropertyLookup
impl Send for PropertyLookup
impl Sync for PropertyLookup
impl Unpin for PropertyLookup
impl UnsafeUnpin for PropertyLookup
impl UnwindSafe for PropertyLookup
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.