pub struct LateralViewOptions {
pub outer: bool,
}Expand description
Options for a LATERAL VIEW clause.
Fields§
§outer: boolTrait Implementations§
Source§impl Clone for LateralViewOptions
impl Clone for LateralViewOptions
Source§fn clone(&self) -> LateralViewOptions
fn clone(&self) -> LateralViewOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LateralViewOptions
Source§impl Debug for LateralViewOptions
impl Debug for LateralViewOptions
Source§impl Default for LateralViewOptions
impl Default for LateralViewOptions
Source§fn default() -> LateralViewOptions
fn default() -> LateralViewOptions
Returns the “default value” for a type. Read more
impl Eq for LateralViewOptions
Source§impl PartialEq for LateralViewOptions
impl PartialEq for LateralViewOptions
impl StructuralPartialEq for LateralViewOptions
Auto Trait Implementations§
impl Freeze for LateralViewOptions
impl RefUnwindSafe for LateralViewOptions
impl Send for LateralViewOptions
impl Sync for LateralViewOptions
impl Unpin for LateralViewOptions
impl UnsafeUnpin for LateralViewOptions
impl UnwindSafe for LateralViewOptions
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