pub struct MultiExpr(/* private fields */);Expand description
Opaque type to manage multiple expressions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiExpr
impl RefUnwindSafe for MultiExpr
impl Send for MultiExpr
impl Sync for MultiExpr
impl Unpin for MultiExpr
impl UnwindSafe for MultiExpr
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