pub struct CombinedFetch;Expand description
The FETCH that applies to the result of a set operation.
Trait Implementations§
Source§impl Clone for CombinedFetch
impl Clone for CombinedFetch
Source§fn clone(&self) -> CombinedFetch
fn clone(&self) -> CombinedFetch
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 CombinedFetch
Source§impl Debug for CombinedFetch
impl Debug for CombinedFetch
Source§impl Default for CombinedFetch
impl Default for CombinedFetch
Source§fn default() -> CombinedFetch
fn default() -> CombinedFetch
Returns the “default value” for a type. Read more
Source§impl<Q: HasCombines> FetchSlot<Q> for CombinedFetch
impl<Q: HasCombines> FetchSlot<Q> for CombinedFetch
Auto Trait Implementations§
impl Freeze for CombinedFetch
impl RefUnwindSafe for CombinedFetch
impl Send for CombinedFetch
impl Sync for CombinedFetch
impl Unpin for CombinedFetch
impl UnsafeUnpin for CombinedFetch
impl UnwindSafe for CombinedFetch
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