pub struct InputPlusTrailer<SliceType>(pub SliceType);Available on crate feature
rand only.Expand description
A prepared input for deserialization with a random trailer.
Tuple Fields§
§0: SliceTypeAuto Trait Implementations§
impl<SliceType> Freeze for InputPlusTrailer<SliceType>where
SliceType: Freeze,
impl<SliceType> RefUnwindSafe for InputPlusTrailer<SliceType>where
SliceType: RefUnwindSafe,
impl<SliceType> Send for InputPlusTrailer<SliceType>where
SliceType: Send,
impl<SliceType> Sync for InputPlusTrailer<SliceType>where
SliceType: Sync,
impl<SliceType> Unpin for InputPlusTrailer<SliceType>where
SliceType: Unpin,
impl<SliceType> UnwindSafe for InputPlusTrailer<SliceType>where
SliceType: 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