#[repr(i32)]pub enum CurrentTripsPresent {
Unspecified = 0,
None = 1,
Any = 2,
}
Expand description
Specifies the types of restrictions on a vehicle’s current trips.
Variants§
Unspecified = 0
The availability of vehicles with trips present is governed by the
include_back_to_back
field.
None = 1
Vehicles without trips can appear in search results. When this value is
used, include_back_to_back
cannot be true
.
Any = 2
Vehicles with at most 5 current trips and 10 waypoints are included
in the search results. When this value is used, include_back_to_back
cannot be true
.
Implementations§
source§impl CurrentTripsPresent
impl CurrentTripsPresent
sourcepub fn from_i32(value: i32) -> Option<CurrentTripsPresent>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<CurrentTripsPresent>
Converts an i32
to a CurrentTripsPresent
, or None
if value
is not a valid variant.
source§impl CurrentTripsPresent
impl CurrentTripsPresent
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for CurrentTripsPresent
impl Clone for CurrentTripsPresent
source§fn clone(&self) -> CurrentTripsPresent
fn clone(&self) -> CurrentTripsPresent
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CurrentTripsPresent
impl Debug for CurrentTripsPresent
source§impl Default for CurrentTripsPresent
impl Default for CurrentTripsPresent
source§fn default() -> CurrentTripsPresent
fn default() -> CurrentTripsPresent
source§impl From<CurrentTripsPresent> for i32
impl From<CurrentTripsPresent> for i32
source§fn from(value: CurrentTripsPresent) -> i32
fn from(value: CurrentTripsPresent) -> i32
source§impl Hash for CurrentTripsPresent
impl Hash for CurrentTripsPresent
source§impl Ord for CurrentTripsPresent
impl Ord for CurrentTripsPresent
source§fn cmp(&self, other: &CurrentTripsPresent) -> Ordering
fn cmp(&self, other: &CurrentTripsPresent) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for CurrentTripsPresent
impl PartialEq for CurrentTripsPresent
source§fn eq(&self, other: &CurrentTripsPresent) -> bool
fn eq(&self, other: &CurrentTripsPresent) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for CurrentTripsPresent
impl PartialOrd for CurrentTripsPresent
source§fn partial_cmp(&self, other: &CurrentTripsPresent) -> Option<Ordering>
fn partial_cmp(&self, other: &CurrentTripsPresent) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for CurrentTripsPresent
impl TryFrom<i32> for CurrentTripsPresent
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<CurrentTripsPresent, UnknownEnumValue>
fn try_from(value: i32) -> Result<CurrentTripsPresent, UnknownEnumValue>
impl Copy for CurrentTripsPresent
impl Eq for CurrentTripsPresent
impl StructuralPartialEq for CurrentTripsPresent
Auto Trait Implementations§
impl Freeze for CurrentTripsPresent
impl RefUnwindSafe for CurrentTripsPresent
impl Send for CurrentTripsPresent
impl Sync for CurrentTripsPresent
impl Unpin for CurrentTripsPresent
impl UnwindSafe for CurrentTripsPresent
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
§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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request