pub struct CounterDeserializer { /* private fields */ }
Expand description

| @brief | | CounterDeserializer is the deserializer | for Counters. |

Implementations§

source§

impl CounterDeserializer

source

pub fn deserialize(&mut self, proto: &BlobProto, blob: *mut Blob)

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more