[−][src]Enum protobuf::UnknownValue
Unknown value.
See UnknownFields for the explanations.
Variants
Fixed32(u32)32-bit unknown (e. g. fixed32 or float)
Fixed64(u64)64-bit unknown (e. g. fixed64 or double)
Varint(u64)Varint unknown (e. g. int32 or bool)
LengthDelimited(Vec<u8>)Length-delimited unknown (e. g. message or string)
Methods
impl UnknownValue[src]
pub fn wire_type(&self) -> WireType[src]
Wire type for this unknown
pub fn get_ref<'s>(&'s self) -> UnknownValueRef<'s>[src]
As ref
pub fn sint32(i: i32) -> UnknownValue[src]
Construct unknown value from sint32 value.
pub fn sint64(i: i64) -> UnknownValue[src]
Construct unknown value from sint64 value.
Trait Implementations
Auto Trait Implementations
impl Send for UnknownValue
impl Sync for UnknownValue
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,