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