Struct map_model::osm::RelationID [−][src]
pub struct RelationID(pub i64);
Trait Implementations
impl Clone for RelationID
[src]
impl Clone for RelationID
[src]fn clone(&self) -> RelationID
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for RelationID
[src]
impl<'de> Deserialize<'de> for RelationID
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Hash for RelationID
[src]
impl Hash for RelationID
[src]impl Ord for RelationID
[src]
impl Ord for RelationID
[src]impl PartialEq<RelationID> for RelationID
[src]
impl PartialEq<RelationID> for RelationID
[src]fn eq(&self, other: &RelationID) -> bool
[src]
fn ne(&self, other: &RelationID) -> bool
[src]
impl PartialOrd<RelationID> for RelationID
[src]
impl PartialOrd<RelationID> for RelationID
[src]impl Serialize for RelationID
[src]
impl Serialize for RelationID
[src]impl Copy for RelationID
[src]
impl Eq for RelationID
[src]
impl StructuralEq for RelationID
[src]
impl StructuralPartialEq for RelationID
[src]
Auto Trait Implementations
impl RefUnwindSafe for RelationID
impl Send for RelationID
impl Sync for RelationID
impl Unpin for RelationID
impl UnwindSafe for RelationID
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
impl<T> CallHasher for T where
T: Hash,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<N> NodeTrait for N where
N: Copy + Ord + Hash,
[src]
N: Copy + Ord + Hash,