pub struct TableFunctionArgs<'e, 's> { /* private fields */ }Expand description
Describes arguments provided to the table function call.
Implementations§
Source§impl<'e, 's> TableFunctionArgs<'e, 's>
impl<'e, 's> TableFunctionArgs<'e, 's>
Auto Trait Implementations§
impl<'e, 's> !RefUnwindSafe for TableFunctionArgs<'e, 's>
impl<'e, 's> !UnwindSafe for TableFunctionArgs<'e, 's>
impl<'e, 's> Freeze for TableFunctionArgs<'e, 's>
impl<'e, 's> Send for TableFunctionArgs<'e, 's>
impl<'e, 's> Sync for TableFunctionArgs<'e, 's>
impl<'e, 's> Unpin for TableFunctionArgs<'e, 's>
impl<'e, 's> UnsafeUnpin for TableFunctionArgs<'e, 's>
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more