pub struct DirectFetch;Expand description
The statement’s own FETCH.
Trait Implementations§
Source§impl Clone for DirectFetch
impl Clone for DirectFetch
Source§fn clone(&self) -> DirectFetch
fn clone(&self) -> DirectFetch
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 DirectFetch
Source§impl Debug for DirectFetch
impl Debug for DirectFetch
Source§impl Default for DirectFetch
impl Default for DirectFetch
Source§fn default() -> DirectFetch
fn default() -> DirectFetch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DirectFetch
impl RefUnwindSafe for DirectFetch
impl Send for DirectFetch
impl Sync for DirectFetch
impl Unpin for DirectFetch
impl UnsafeUnpin for DirectFetch
impl UnwindSafe for DirectFetch
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