pub struct BindResponse {
pub output_schema: SchemaRef,
pub opaque_data: Vec<u8>,
}Expand description
Result of on_bind.
Fields§
§output_schema: SchemaRef§opaque_data: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for BindResponse
impl Clone for BindResponse
Source§fn clone(&self) -> BindResponse
fn clone(&self) -> BindResponse
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 BindResponse
impl RefUnwindSafe for BindResponse
impl Send for BindResponse
impl Sync for BindResponse
impl Unpin for BindResponse
impl UnsafeUnpin for BindResponse
impl UnwindSafe for BindResponse
Blanket Implementations§
impl<T> Allocation for T
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