Struct rdf_types::interpretation::ResourceIndex
source · pub struct ResourceIndex(_);Trait Implementations§
source§impl Clone for ResourceIndex
impl Clone for ResourceIndex
source§fn clone(&self) -> ResourceIndex
fn clone(&self) -> ResourceIndex
Returns a copy 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 ResourceIndex
impl Debug for ResourceIndex
source§impl From<ResourceIndex> for usize
impl From<ResourceIndex> for usize
source§fn from(value: ResourceIndex) -> Self
fn from(value: ResourceIndex) -> Self
Converts to this type from the input type.
source§impl From<usize> for ResourceIndex
impl From<usize> for ResourceIndex
source§impl Hash for ResourceIndex
impl Hash for ResourceIndex
source§impl Ord for ResourceIndex
impl Ord for ResourceIndex
source§fn cmp(&self, other: &ResourceIndex) -> Ordering
fn cmp(&self, other: &ResourceIndex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<ResourceIndex> for ResourceIndex
impl PartialEq<ResourceIndex> for ResourceIndex
source§fn eq(&self, other: &ResourceIndex) -> bool
fn eq(&self, other: &ResourceIndex) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ResourceIndex> for ResourceIndex
impl PartialOrd<ResourceIndex> for ResourceIndex
source§fn partial_cmp(&self, other: &ResourceIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &ResourceIndex) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ResourceIndex
impl Eq for ResourceIndex
impl StructuralEq for ResourceIndex
impl StructuralPartialEq for ResourceIndex
Auto Trait Implementations§
impl RefUnwindSafe for ResourceIndex
impl Send for ResourceIndex
impl Sync for ResourceIndex
impl Unpin for ResourceIndex
impl UnwindSafe for ResourceIndex
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.