pub enum Circuit_RouteType {
    UNSET_ROUTE_TYPE,
    ANY_ROUTE,
}Variants
UNSET_ROUTE_TYPE
ANY_ROUTE
Trait Implementations
sourceimpl Clone for Circuit_RouteType
 
impl Clone for Circuit_RouteType
sourcefn clone(&self) -> Circuit_RouteType
 
fn clone(&self) -> Circuit_RouteType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for Circuit_RouteType
 
impl Debug for Circuit_RouteType
sourceimpl Default for Circuit_RouteType
 
impl Default for Circuit_RouteType
sourceimpl From<&RouteType> for Circuit_RouteType
 
impl From<&RouteType> for Circuit_RouteType
sourceimpl Hash for Circuit_RouteType
 
impl Hash for Circuit_RouteType
sourceimpl ProtobufEnum for Circuit_RouteType
 
impl ProtobufEnum for Circuit_RouteType
sourcefn from_i32(value: i32) -> Option<Circuit_RouteType>
 
fn from_i32(value: i32) -> Option<Circuit_RouteType>
Try to create an enum from i32 value.
Return None if value is unknown. Read more
sourcefn values() -> &'static [Self]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
 
fn values() -> &'static [Self]ⓘNotable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8]
Get all enum values for enum type.
sourcefn enum_descriptor_static() -> &'static EnumDescriptor
 
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
sourcefn descriptor(&self) -> &'static EnumValueDescriptor
 
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
sourcefn enum_descriptor(&self) -> &'static EnumDescriptor
 
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
sourceimpl ProtobufValue for Circuit_RouteType
 
impl ProtobufValue for Circuit_RouteType
sourcefn as_ref(&self) -> ReflectValueRef<'_>
 
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
sourcefn is_non_zero(&self) -> bool
 
fn is_non_zero(&self) -> bool
Is value non-zero?
sourcefn as_ref_copy(&self) -> ReflectValueRef<'static>
 
fn as_ref_copy(&self) -> ReflectValueRef<'static>
Return ProtobufValueRef if self is Copy. Read more
sourceimpl TryFrom<&Circuit_RouteType> for RouteType
 
impl TryFrom<&Circuit_RouteType> for RouteType
type Error = InvalidStateError
type Error = InvalidStateError
The type returned in the event of a conversion error.
sourcefn try_from(proto: &Circuit_RouteType) -> Result<Self, Self::Error>
 
fn try_from(proto: &Circuit_RouteType) -> Result<Self, Self::Error>
Performs the conversion.
impl Copy for Circuit_RouteType
impl Eq for Circuit_RouteType
impl StructuralEq for Circuit_RouteType
impl StructuralPartialEq for Circuit_RouteType
Auto Trait Implementations
impl RefUnwindSafe for Circuit_RouteType
impl Send for Circuit_RouteType
impl Sync for Circuit_RouteType
impl Unpin for Circuit_RouteType
impl UnwindSafe for Circuit_RouteType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
 
impl<Q, K> Equivalent<K> for Q where
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized, 
sourcefn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<P, N> IntoBytes<P> for N where
    P: Message + FromNative<N>, 
 
impl<P, N> IntoBytes<P> for N where
    P: Message + FromNative<N>, 
fn into_bytes(self) -> Result<Vec<u8, Global>, ProtoConversionError>
sourceimpl<N, P> IntoNative<N> for P where
    N: FromProto<P>, 
 
impl<N, P> IntoNative<N> for P where
    N: FromProto<P>, 
fn into_native(self) -> Result<N, ProtoConversionError>
sourceimpl<N, P> IntoProto<P> for N where
    P: FromNative<N>, 
 
impl<N, P> IntoProto<P> for N where
    P: FromNative<N>, 
fn into_proto(self) -> Result<P, ProtoConversionError>
sourceimpl<T> IntoSql for T
 
impl<T> IntoSql for T
sourcefn into_sql<T>(self) -> Self::Expression where
    Self: AsExpression<T>, 
 
fn into_sql<T>(self) -> Self::Expression where
    Self: AsExpression<T>, 
Convert self to an expression for Diesel’s query builder. Read more
sourcefn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
    &'a Self: AsExpression<T>, 
 
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
    &'a Self: AsExpression<T>, 
Convert &self to an expression for Diesel’s query builder. Read more
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more