pub struct MappingPath<'a> { /* private fields */ }Expand description
Path of a mapping in interface.
This is used to access the Interface so we can compare the parsed MappingPath
with the Endpoint.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for MappingPath<'a>
impl<'a> Clone for MappingPath<'a>
Source§fn clone(&self) -> MappingPath<'a>
fn clone(&self) -> MappingPath<'a>
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 moreSource§impl<'a> Debug for MappingPath<'a>
impl<'a> Debug for MappingPath<'a>
Source§impl Display for MappingPath<'_>
impl Display for MappingPath<'_>
Source§impl<'a> Hash for MappingPath<'a>
impl<'a> Hash for MappingPath<'a>
Source§impl<'a> Ord for MappingPath<'a>
impl<'a> Ord for MappingPath<'a>
Source§fn cmp(&self, other: &MappingPath<'a>) -> Ordering
fn cmp(&self, other: &MappingPath<'a>) -> Ordering
1.21.0 (const: unstable) · 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<'a, T> PartialEq<MappingPath<'a>> for Endpoint<T>
impl<'a, T> PartialEq<MappingPath<'a>> for Endpoint<T>
Source§fn eq(&self, other: &MappingPath<'a>) -> bool
fn eq(&self, other: &MappingPath<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> PartialEq for MappingPath<'a>
impl<'a> PartialEq for MappingPath<'a>
Source§fn eq(&self, other: &MappingPath<'a>) -> bool
fn eq(&self, other: &MappingPath<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> PartialOrd for MappingPath<'a>
impl<'a> PartialOrd for MappingPath<'a>
Source§impl<'a> TryFrom<&'a str> for MappingPath<'a>
impl<'a> TryFrom<&'a str> for MappingPath<'a>
impl<'a> Eq for MappingPath<'a>
impl<'a> StructuralPartialEq for MappingPath<'a>
Auto Trait Implementations§
impl<'a> Freeze for MappingPath<'a>
impl<'a> RefUnwindSafe for MappingPath<'a>
impl<'a> Send for MappingPath<'a>
impl<'a> Sync for MappingPath<'a>
impl<'a> Unpin for MappingPath<'a>
impl<'a> UnsafeUnpin for MappingPath<'a>
impl<'a> UnwindSafe for MappingPath<'a>
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.