Skip to main content

SqliteFactorData

Struct SqliteFactorData 

Source
pub struct SqliteFactorData(/* private fields */);

Trait Implementations§

Source§

impl HasData for SqliteFactorData

Source§

type Data<'a> = &'a mut InstanceState

The data associated with this trait implementation, chiefly used as a generic associated type to allow plumbing the 'a lifetime into the definition here. Read more
Source§

impl HostConnectionWithStore for SqliteFactorData

Source§

async fn open_async<T>( accessor: &Accessor<T, Self>, database: String, ) -> Result<Resource<Connection>, Error>

Open a connection to a named database instance. Read more
Source§

async fn execute_async<T>( accessor: &Accessor<T, Self>, connection: Resource<Connection>, query: String, parameters: Vec<Value>, ) -> Result<(Vec<String>, StreamReader<RowResult>, FutureReader<Result<(), Error>>), Error>

Execute a statement returning back data if there is any
Source§

async fn changes_async<T>( accessor: &Accessor<T, Self>, connection: Resource<Connection>, ) -> Result<u64>

The number of rows modified, inserted or deleted by the most recently completed INSERT, UPDATE or DELETE statement on the connection.
Source§

async fn last_insert_rowid_async<T>( accessor: &Accessor<T, Self>, connection: Resource<Connection>, ) -> Result<i64>

The SQLite rowid of the most recent successful INSERT on the connection, or 0 if there has not yet been an INSERT on the connection.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> FutureExt for T

Source§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
Source§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

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 more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

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
Source§

impl<T> IntoRequest<T> for T

Source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,

§

impl<_T> HostBucketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostCasWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostConnectionWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDescriptorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDescriptorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDescriptorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDirectoryEntryStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDirectoryEntryStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostDirectoryEntryStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostErrorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostErrorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostErrorWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFieldsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFieldsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFieldsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFieldsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureTrailersWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureTrailersWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostFutureTrailersWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostIncomingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostInputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostInputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostInputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostNetworkWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostNetworkWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostNetworkWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostOutgoingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingBodyWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingDatagramStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutgoingResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostOutputStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostPollableWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostPollableWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostPollableWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostRequestOptionsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostRequestOptionsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostRequestOptionsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostRequestOptionsWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostRequestWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResolveAddressStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResolveAddressStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResolveAddressStreamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResponseOutparamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResponseOutparamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResponseOutparamWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostResponseWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostStoreWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostTcpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostTcpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostTcpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostTerminalInputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalInputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalInputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalInputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalOutputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalOutputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalOutputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostTerminalOutputWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostUdpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostUdpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostUdpSocketWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostNetworkWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostUdpSocketWithStore + HostIncomingDatagramStreamWithStore + HostOutgoingDatagramStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTcpSocketWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostResolveAddressStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostNetworkWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostUdpSocketWithStore + HostIncomingDatagramStreamWithStore + HostOutgoingDatagramStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTcpSocketWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostResolveAddressStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostNetworkWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostUdpSocketWithStore + HostIncomingDatagramStreamWithStore + HostOutgoingDatagramStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTcpSocketWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostResolveAddressStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostStoreWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostConnectionWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalInputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalOutputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalInputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalOutputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalInputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalOutputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalInputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostTerminalOutputWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostDescriptorWithStore + HostDirectoryEntryStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostDescriptorWithStore + HostDirectoryEntryStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostDescriptorWithStore + HostDirectoryEntryStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostFieldsWithStore + HostIncomingRequestWithStore + HostOutgoingRequestWithStore + HostRequestOptionsWithStore + HostResponseOutparamWithStore + HostIncomingResponseWithStore + HostIncomingBodyWithStore + HostFutureTrailersWithStore + HostOutgoingResponseWithStore + HostOutgoingBodyWithStore + HostFutureIncomingResponseWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostFieldsWithStore + HostIncomingRequestWithStore + HostOutgoingRequestWithStore + HostRequestOptionsWithStore + HostResponseOutparamWithStore + HostIncomingResponseWithStore + HostIncomingBodyWithStore + HostFutureTrailersWithStore + HostOutgoingResponseWithStore + HostOutgoingBodyWithStore + HostFutureIncomingResponseWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostFieldsWithStore + HostIncomingRequestWithStore + HostOutgoingRequestWithStore + HostRequestOptionsWithStore + HostResponseOutparamWithStore + HostIncomingResponseWithStore + HostIncomingBodyWithStore + HostFutureTrailersWithStore + HostOutgoingResponseWithStore + HostOutgoingBodyWithStore + HostFutureIncomingResponseWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostFieldsWithStore + HostRequestWithStore + HostRequestOptionsWithStore + HostResponseWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostPollableWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostErrorWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostInputStreamWithStore + HostOutputStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostPollableWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostErrorWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostInputStreamWithStore + HostOutputStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostPollableWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostErrorWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostInputStreamWithStore + HostOutputStreamWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostBucketWithStore + Send + ?Sized,

§

impl<_T> HostWithStore for _T
where _T: HasData + HostCasWithStore + Send + ?Sized,

Source§

impl<T> MaybeSendSync for T