pub struct ExprGenerator<'a, W, E> { /* private fields */ }
Expand description
Generator for ESExpr
’s binary format
Implementations§
Trait Implementations§
Source§impl<'a, E: 'static, W: Write<E>> ExprGeneratorWrite<E> for ExprGenerator<'a, W, E>
impl<'a, E: 'static, W: Write<E>> ExprGeneratorWrite<E> for ExprGenerator<'a, W, E>
Source§impl<'a, E: 'static, W: Write<E>> ExprGeneratorWrite<E> for ExprGenerator<'a, W, E>
impl<'a, E: 'static, W: Write<E>> ExprGeneratorWrite<E> for ExprGenerator<'a, W, E>
Auto Trait Implementations§
impl<'a, W, E> Freeze for ExprGenerator<'a, W, E>
impl<'a, W, E> RefUnwindSafe for ExprGenerator<'a, W, E>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, W, E> Send for ExprGenerator<'a, W, E>
impl<'a, W, E> Sync for ExprGenerator<'a, W, E>
impl<'a, W, E> Unpin for ExprGenerator<'a, W, E>where
E: Unpin,
impl<'a, W, E> !UnwindSafe for ExprGenerator<'a, W, E>
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