pub struct Comments(pub Unstructured);
Tuple Fields§
§0: Unstructured
Trait Implementations§
Source§impl Streamable for Comments
impl Streamable for Comments
Source§impl<'a> TryFrom<Unstructured> for Comments
impl<'a> TryFrom<Unstructured> for Comments
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: Unstructured) -> Result<Comments, ParseError>
fn try_from(input: Unstructured) -> Result<Comments, ParseError>
Performs the conversion.
impl StructuralPartialEq for Comments
Auto Trait Implementations§
impl Freeze for Comments
impl RefUnwindSafe for Comments
impl Send for Comments
impl Sync for Comments
impl Unpin for Comments
impl UnwindSafe for Comments
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