Struct imap_proto::parser::bodystructure::BodyStructParser
source · [−]pub struct BodyStructParser<'a> { /* private fields */ }Expand description
An utility parser helping to find the appropriate section part from a FETCH response.
Implementations
sourceimpl<'a> BodyStructParser<'a>
impl<'a> BodyStructParser<'a>
sourcepub fn new(root: &'a BodyStructure<'a>) -> Self
pub fn new(root: &'a BodyStructure<'a>) -> Self
Auto Trait Implementations
impl<'a> RefUnwindSafe for BodyStructParser<'a>
impl<'a> Send for BodyStructParser<'a>
impl<'a> Sync for BodyStructParser<'a>
impl<'a> Unpin for BodyStructParser<'a>
impl<'a> UnwindSafe for BodyStructParser<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more