pub struct YamlOf<T>(pub T);Expand description
An adapter for deserializing a Yaml document from a buffered reader
Tuple Fields§
§0: TTrait Implementations§
Source§impl<T: DeserializeOwned> FromReader for YamlOf<T>
impl<T: DeserializeOwned> FromReader for YamlOf<T>
Auto Trait Implementations§
impl<T> Freeze for YamlOf<T>where
T: Freeze,
impl<T> RefUnwindSafe for YamlOf<T>where
T: RefUnwindSafe,
impl<T> Send for YamlOf<T>where
T: Send,
impl<T> Sync for YamlOf<T>where
T: Sync,
impl<T> Unpin for YamlOf<T>where
T: Unpin,
impl<T> UnwindSafe for YamlOf<T>where
T: 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