pub struct FederatedDetailedRelationDraft { /* private fields */ }Expand description
Unrendered federated detailed response that fits the exact adapter envelope.
Implementations§
Source§impl FederatedDetailedRelationDraft
impl FederatedDetailedRelationDraft
Sourcepub fn fit_output<F, E>(
self,
control: Option<&IndexWorkControl>,
encode: F,
) -> Result<(FederatedDetailedRelationReport, String), E>
pub fn fit_output<F, E>( self, control: Option<&IndexWorkControl>, encode: F, ) -> Result<(FederatedDetailedRelationReport, String), E>
Fit the largest primary-row prefix to the exact federated adapter envelope.
§Errors
Returns an adapter error when rendering fails, cancellation fires, a cursor cannot be wrapped, or the empty federated envelope is oversized.
Auto Trait Implementations§
impl Freeze for FederatedDetailedRelationDraft
impl RefUnwindSafe for FederatedDetailedRelationDraft
impl Send for FederatedDetailedRelationDraft
impl Sync for FederatedDetailedRelationDraft
impl Unpin for FederatedDetailedRelationDraft
impl UnwindSafe for FederatedDetailedRelationDraft
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