AsObject
Info
async_
nats
0.39.0
AsObject
Info
Required Methods
as_info
Implementors
In async_
nats::
jetstream::
object_
store
Structs
Config
List
Object
ObjectInfo
ObjectLink
ObjectMetadata
ObjectOptions
ObjectStore
UpdateMetadata
Watch
Enums
AddLinkErrorKind
DeleteErrorKind
GetErrorKind
InfoErrorKind
PutErrorKind
SealErrorKind
UpdateMetadataErrorKind
WatchErrorKind
WatcherErrorKind
Traits
AsObjectInfo
Type Aliases
AddLinkError
DeleteError
GetError
InfoError
ListError
ListErrorKind
ListerError
ListerErrorKind
PutError
SealError
UpdateMetadataError
WatchError
WatcherError
async_nats
::
jetstream
::
object_store
Trait
AsObjectInfo
Copy item path
Settings
Help
Summary
Source
pub trait AsObjectInfo { // Required method fn
as_info
(&self) -> &
ObjectInfo
; }
Required Methods
§
Source
fn
as_info
(&self) -> &
ObjectInfo
Implementors
§
Source
§
impl
AsObjectInfo
for &
Object
Source
§
impl
AsObjectInfo
for &
ObjectInfo