pub struct ShowReturn {
pub items: Vec<ProjectionItem>,
pub order: Vec<SortItem>,
pub skip: Option<Expr>,
pub limit: Option<Expr>,
pub span: Span,
}Fields§
§items: Vec<ProjectionItem>§order: Vec<SortItem>§skip: Option<Expr>§limit: Option<Expr>§span: SpanTrait Implementations§
Source§impl Clone for ShowReturn
impl Clone for ShowReturn
Source§fn clone(&self) -> ShowReturn
fn clone(&self) -> ShowReturn
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 moreAuto Trait Implementations§
impl Freeze for ShowReturn
impl RefUnwindSafe for ShowReturn
impl Send for ShowReturn
impl Sync for ShowReturn
impl Unpin for ShowReturn
impl UnsafeUnpin for ShowReturn
impl UnwindSafe for ShowReturn
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