struct VecDecodeByLimb {
limbs: Vec<Limb>,
}Expand description
Decoder target producing a Vec
Fields§
§limbs: Vec<Limb>Trait Implementations§
Source§impl DecodeByLimb for VecDecodeByLimb
impl DecodeByLimb for VecDecodeByLimb
Source§impl Default for VecDecodeByLimb
impl Default for VecDecodeByLimb
Source§fn default() -> VecDecodeByLimb
fn default() -> VecDecodeByLimb
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VecDecodeByLimb
impl RefUnwindSafe for VecDecodeByLimb
impl Send for VecDecodeByLimb
impl Sync for VecDecodeByLimb
impl Unpin for VecDecodeByLimb
impl UnsafeUnpin for VecDecodeByLimb
impl UnwindSafe for VecDecodeByLimb
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