#[repr(C)]pub struct ParserProxy<B>where
B: ParserBuilder<LogParser>,{
pub parser: Option<B::Parser>,
pub builder: Option<B>,
}
Fields§
§parser: Option<B::Parser>
§builder: Option<B>
Implementations§
Source§impl<B> ParserProxy<B>where
B: ParserBuilder<LogParser>,
impl<B> ParserProxy<B>where
B: ParserBuilder<LogParser>,
Trait Implementations§
Source§impl<B> Clone for ParserProxy<B>where
B: ParserBuilder<LogParser>,
impl<B> Clone for ParserProxy<B>where
B: ParserBuilder<LogParser>,
Source§fn clone(&self) -> ParserProxy<B>
fn clone(&self) -> ParserProxy<B>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<B> Freeze for ParserProxy<B>
impl<B> RefUnwindSafe for ParserProxy<B>
impl<B> Send for ParserProxy<B>
impl<B> Sync for ParserProxy<B>
impl<B> Unpin for ParserProxy<B>
impl<B> UnwindSafe for ParserProxy<B>
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