pub struct LogExpr(pub Selector, pub Option<PipelineExpr>);Tuple Fields§
§0: Selector§1: Option<PipelineExpr>Trait Implementations§
impl StructuralPartialEq for LogExpr
Auto Trait Implementations§
impl Freeze for LogExpr
impl RefUnwindSafe for LogExpr
impl Send for LogExpr
impl Sync for LogExpr
impl Unpin for LogExpr
impl UnsafeUnpin for LogExpr
impl UnwindSafe for LogExpr
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