pub enum ProtobufFloatParseError {
EmptyString,
CannotParseFloat,
}
Variants§
Trait Implementations§
source§impl Debug for ProtobufFloatParseError
impl Debug for ProtobufFloatParseError
source§impl From<ProtobufFloatParseError> for LexerError
impl From<ProtobufFloatParseError> for LexerError
source§fn from(_: ProtobufFloatParseError) -> Self
fn from(_: ProtobufFloatParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProtobufFloatParseError
impl RefUnwindSafe for ProtobufFloatParseError
impl Send for ProtobufFloatParseError
impl Sync for ProtobufFloatParseError
impl Unpin for ProtobufFloatParseError
impl UnwindSafe for ProtobufFloatParseError
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
Mutably borrows from an owned value. Read more