pub struct FieldInputs(/* private fields */);Expand description
A container for field inputs.
Implementations§
Source§impl FieldInputs
impl FieldInputs
Sourcepub fn deserialize<'de, T>(&'de self) -> Result<Vec<T>, Box<dyn Error>>where
T: Deserialize<'de>,
pub fn deserialize<'de, T>(&'de self) -> Result<Vec<T>, Box<dyn Error>>where
T: Deserialize<'de>,
Deserializes each byte slice in the FieldInputs to a collection of items.
Auto Trait Implementations§
impl Freeze for FieldInputs
impl RefUnwindSafe for FieldInputs
impl Send for FieldInputs
impl Sync for FieldInputs
impl Unpin for FieldInputs
impl UnwindSafe for FieldInputs
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