pub struct VarDataEncodingDecoder<P> { /* private fields */ }
Implementations§
Source§impl<'a, P> VarDataEncodingDecoder<P>
impl<'a, P> VarDataEncodingDecoder<P>
Trait Implementations§
Source§impl<'a, P> ActingVersion for VarDataEncodingDecoder<P>
impl<'a, P> ActingVersion for VarDataEncodingDecoder<P>
fn acting_version(&self) -> u16
Source§impl<P: Debug> Debug for VarDataEncodingDecoder<P>
impl<P: Debug> Debug for VarDataEncodingDecoder<P>
Source§impl<P: Default> Default for VarDataEncodingDecoder<P>
impl<P: Default> Default for VarDataEncodingDecoder<P>
Source§fn default() -> VarDataEncodingDecoder<P>
fn default() -> VarDataEncodingDecoder<P>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<P> Freeze for VarDataEncodingDecoder<P>where
P: Freeze,
impl<P> RefUnwindSafe for VarDataEncodingDecoder<P>where
P: RefUnwindSafe,
impl<P> Send for VarDataEncodingDecoder<P>where
P: Send,
impl<P> Sync for VarDataEncodingDecoder<P>where
P: Sync,
impl<P> Unpin for VarDataEncodingDecoder<P>where
P: Unpin,
impl<P> UnwindSafe for VarDataEncodingDecoder<P>where
P: UnwindSafe,
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