Enum JoinOp
pub enum JoinOp {
Left(Expr),
}Variants§
Trait Implementations§
impl StructuralPartialEq for JoinOp
Auto Trait Implementations§
impl Freeze for JoinOp
impl RefUnwindSafe for JoinOp
impl Send for JoinOp
impl Sync for JoinOp
impl Unpin for JoinOp
impl UnwindSafe for JoinOp
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