Enum prost_types::field_options::JsType [−][src]
pub enum JsType { JsNormal, JsString, JsNumber, }
Variants
Use the default type.
Use JavaScript strings.
Use JavaScript numbers.
Implementations
impl JsType
[src][−]
pub fn is_valid(value: i32) -> bool
[src][−]
Returns true
if value
is a variant of JsType
.
pub fn from_i32(value: i32) -> Option<JsType>
[src][−]
Converts an i32
to a JsType
, or None
if value
is not a valid variant.
Trait Implementations
impl Clone for JsType
[src][+]
impl Copy for JsType
[src]
impl Debug for JsType
[src][+]
impl Default for JsType
[src][+]
impl Eq for JsType
[src]
impl From<JsType> for i32
[src][+]
impl Hash for JsType
[src][+]
impl Ord for JsType
[src][+]
impl PartialEq<JsType> for JsType
[src][+]
impl PartialOrd<JsType> for JsType
[src][+]
impl StructuralEq for JsType
[src]
impl StructuralPartialEq for JsType
[src]
Auto Trait Implementations
impl RefUnwindSafe for JsType
impl Send for JsType
impl Sync for JsType
impl Unpin for JsType
impl UnwindSafe for JsType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,