Struct sumo::InternalLaneID [−][src]
pub struct InternalLaneID(pub String);
Trait Implementations
impl Clone for InternalLaneID
[src]
impl Clone for InternalLaneID
[src]fn clone(&self) -> InternalLaneID
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for InternalLaneID
[src]
impl<'de> Deserialize<'de> for InternalLaneID
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Ord for InternalLaneID
[src]
impl Ord for InternalLaneID
[src]impl PartialEq<InternalLaneID> for InternalLaneID
[src]
impl PartialEq<InternalLaneID> for InternalLaneID
[src]fn eq(&self, other: &InternalLaneID) -> bool
[src]
fn ne(&self, other: &InternalLaneID) -> bool
[src]
impl PartialOrd<InternalLaneID> for InternalLaneID
[src]
impl PartialOrd<InternalLaneID> for InternalLaneID
[src]fn partial_cmp(&self, other: &InternalLaneID) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Eq for InternalLaneID
[src]
impl StructuralEq for InternalLaneID
[src]
impl StructuralPartialEq for InternalLaneID
[src]
Auto Trait Implementations
impl RefUnwindSafe for InternalLaneID
impl Send for InternalLaneID
impl Sync for InternalLaneID
impl Unpin for InternalLaneID
impl UnwindSafe for InternalLaneID
Blanket Implementations
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<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,