Crate fidl_fuchsia_stash

Source

Structs§

GetIteratorControlHandle
GetIteratorEventStream
GetIteratorGetNextResponder
GetIteratorGetNextResponse
GetIteratorMarker
GetIteratorProxy
GetIteratorRequestStream
A Stream of incoming requests for fuchsia.stash/GetIterator.
GetIteratorSynchronousProxy
KeyValue
KeyValue is used when a series of keys are being read, or the default state for the store is being set.
ListItem
ListItem is returned when a series of keys are being listed.
ListIteratorControlHandle
ListIteratorEventStream
ListIteratorGetNextResponder
ListIteratorGetNextResponse
ListIteratorMarker
ListIteratorProxy
ListIteratorRequestStream
A Stream of incoming requests for fuchsia.stash/ListIterator.
ListIteratorSynchronousProxy
SecureStoreControlHandle
SecureStoreEventStream
SecureStoreMarker
SecureStoreProxy
SecureStoreRequestStream
A Stream of incoming requests for fuchsia.stash/SecureStore.
SecureStoreSynchronousProxy
Store2ControlHandle
Store2EventStream
Store2Marker
Store2Proxy
Store2RequestStream
A Stream of incoming requests for fuchsia.stash/Store2.
Store2SynchronousProxy
StoreAccessorControlHandle
StoreAccessorDeletePrefixRequest
StoreAccessorDeleteValueRequest
StoreAccessorEventStream
StoreAccessorFlushResponder
StoreAccessorGetPrefixRequest
StoreAccessorGetValueRequest
StoreAccessorGetValueResponder
StoreAccessorGetValueResponse
StoreAccessorListPrefixRequest
StoreAccessorMarker
StoreAccessorProxy
StoreAccessorRequestStream
A Stream of incoming requests for fuchsia.stash/StoreAccessor.
StoreAccessorSetValueRequest
StoreAccessorSynchronousProxy
StoreControlHandle
StoreCreateAccessorRequest
StoreEventStream
StoreIdentifyRequest
StoreMarker
StoreProxy
StoreRequestStream
A Stream of incoming requests for fuchsia.stash/Store.
StoreSynchronousProxy

Enums§

FlushError
GetIteratorEvent
GetIteratorRequest
The iterator returned when a series of keys are being read. Returns an empty vector when there are no more remaining KeyValues.
ListIteratorEvent
ListIteratorRequest
The iterator returned when a series of keys are being listed. Returns an empty vector when there are no more remaining ListItems.
SecureStoreEvent
SecureStoreRequest
Interface used to interact with a given client’s key/value store. The bytes type is disabled in this store.
Store2Event
Store2Request
A copy of |Store| in all but name. Behaves identically to |Store|. See: https://fxbug.dev/42125700
StoreAccessorEvent
StoreAccessorRequest
The interface returned when a new accessor is created.
StoreEvent
StoreRequest
Interface used to interact with a given client’s key/value store
Value
Value holds a value for a given key.
ValueType
ValueType encodes a type for a field in the store

Constants§

MAX_KEY_SIZE
MAX_STRING_SIZE
Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you think it should be higher just ask.

Traits§

GetIteratorProxyInterface
ListIteratorProxyInterface
SecureStoreProxyInterface
Store2ProxyInterface
StoreAccessorProxyInterface
StoreProxyInterface

Type Aliases§

StoreAccessorFlushResult