pub struct SelectJunction {
pub op: SelectJunctionOperator,
pub body: SelectBody,
}Fields§
§op: SelectJunctionOperator§body: SelectBodyTrait Implementations§
Source§impl Clone for SelectJunction
impl Clone for SelectJunction
Source§fn clone(&self) -> SelectJunction
fn clone(&self) -> SelectJunction
Returns a duplicate 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 Freeze for SelectJunction
impl !RefUnwindSafe for SelectJunction
impl !Send for SelectJunction
impl !Sync for SelectJunction
impl Unpin for SelectJunction
impl !UnwindSafe for SelectJunction
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