pub struct PassiveParser<const N: usize> {
pub localfile_info: Option<LocalFileInfo<N>>,
/* private fields */
}Fields§
§localfile_info: Option<LocalFileInfo<N>>Implementations§
Source§impl<const N: usize> PassiveParser<N>
impl<const N: usize> PassiveParser<N>
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for PassiveParser<N>
impl<const N: usize> RefUnwindSafe for PassiveParser<N>
impl<const N: usize> Send for PassiveParser<N>
impl<const N: usize> Sync for PassiveParser<N>
impl<const N: usize> Unpin for PassiveParser<N>
impl<const N: usize> UnwindSafe for PassiveParser<N>
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