Docs.rs
cyfs-base-0.6.6
cyfs-base 0.6.6
Docs.rs crate page
BSD-2-Clause
Links
crates.io
Source
Owners
BDTDevTeam
Dependencies
aes =0.7
normal
async-recursion ^1.0
normal
async-std ^1.11
normal
async-trait ^0.1.53
normal
base-x ^0.2.0
normal
base58 ^0.2.0
normal
block-modes =0.8
normal
chrono ^0.4
normal
cyfs-base-derive ^0.5
normal
cyfs-ecies ^0.1.4
normal
generic-array ^0.12
normal
hex ^0.4
normal
http-types ^2.12
normal
int-enum ^0.4
normal
intbits ^0.2
normal
itertools ^0.10
normal
lazy_static ^1.4
normal
libc ^0.2
normal
libsecp256k1 ^0.3.5
normal
log ^0.4
normal
lru_time_cache ^0.11
normal
once_cell ^1.12
normal
primitive-types ^0.9
normal
protobuf ^2
normal
rand ^0.7
normal
rsa ^0.3.0
normal
rsa-export ^0.1.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.8
normal
simple_logger ^2.1
normal
url ^2.2
normal
chrono ^0.4
build
protoc-bin-vendored ^3
build
protoc-rust ^2
build
rusqlite ^0.27.0
normal
zip ^0.6
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ObjectFormat
Required Methods
format_json
Implementors
In cyfs_base
?
Trait
cyfs_base
::
ObjectFormat
source
·
[
−
]
pub trait ObjectFormat { fn
format_json
(&self) ->
Value
; }
Required Methods
source
fn
format_json
(&self) ->
Value
Implementors
source
impl
ObjectFormat
for
AnyNamedObject
source
impl
ObjectFormat
for
ChunkList
source
impl
ObjectFormat
for
DirBodyContent
source
impl
ObjectFormat
for
InnerNode
source
impl
ObjectFormat
for
NDNObjectInfo
source
impl
ObjectFormat
for
ObjectMapContent
source
impl
ObjectFormat
for
PublicKey
source
impl
ObjectFormat
for
PublicKeyValue
source
impl
ObjectFormat
for
SignData
source
impl
ObjectFormat
for
SignatureSource
source
impl
ObjectFormat
for
SimpleContent
source
impl
ObjectFormat
for
StandardObject
source
impl
ObjectFormat
for
ActionBodyContent
source
impl
ObjectFormat
for
ActionDescContent
source
impl
ObjectFormat
for
AppGroupBodyContent
source
impl
ObjectFormat
for
AppGroupDescContent
source
impl
ObjectFormat
for
Area
source
impl
ObjectFormat
for
Attributes
source
impl
ObjectFormat
for
ChunkBundle
source
impl
ObjectFormat
for
ChunkId
source
impl
ObjectFormat
for
ContractBodyContent
<
ContractData
>
source
impl
ObjectFormat
for
ContractDescContent
<
ContractData
>
source
impl
ObjectFormat
for
DeviceBodyContent
source
impl
ObjectFormat
for
DeviceDescContent
source
impl
ObjectFormat
for
DiffBodyContent
source
impl
ObjectFormat
for
DiffDescContent
source
impl
ObjectFormat
for
DirDescContent
source
impl
ObjectFormat
for
FileBodyContent
source
impl
ObjectFormat
for
FileDescContent
source
impl
ObjectFormat
for
NDNObjectList
source
impl
ObjectFormat
for
ObjectLink
source
impl
ObjectFormat
for
ObjectMapBodyContent
source
impl
ObjectFormat
for
ObjectMapDescContent
source
impl
ObjectFormat
for
ObjectMapHubContent
source
impl
ObjectFormat
for
ObjectMapSimpleContent
source
impl
ObjectFormat
for
ObjectSigns
source
impl
ObjectFormat
for
OrgDescContent
source
impl
ObjectFormat
for
PeopleBodyContent
source
impl
ObjectFormat
for
PeopleDescContent
source
impl
ObjectFormat
for
ProofOfServiceBodyContent
<
ProofData
>
source
impl
ObjectFormat
for
ProofOfServiceDescContent
<
ProofData
>
source
impl
ObjectFormat
for
Signature
source
impl
ObjectFormat
for
SimpleGroupBodyContent
source
impl
ObjectFormat
for
SimpleGroupDescContent
source
impl
ObjectFormat
for
TxBodyContent
source
impl
ObjectFormat
for
TxDescContent
<
TxBody
>
source
impl
ObjectFormat
for
TypelessObjectBodyContent
source
impl
ObjectFormat
for
TypelessObjectDesc
source
impl
ObjectFormat
for
UnionAccountBodyContent
source
impl
ObjectFormat
for
DirBodyContentObjectList
source
impl
ObjectFormat
for
DirBodyDescObjectMap
source
impl
ObjectFormat
for
MNPublicKey
source
impl<'a>
ObjectFormat
for
PublicKeyRef
<'a>
source
impl<B, O>
ObjectFormat
for
ObjectMutBody
<B, O>
where
O:
ObjectType
,
B:
BodyContent
+
ObjectFormat
,
source
impl<O>
ObjectFormat
for
NamedObjectBase
<O>
where
O:
ObjectType
,
O::
DescType
:
ObjectFormat
,
O::
ContentType
:
BodyContent
+
ObjectFormat
,
NamedObjectBase
<O>:
NamedObject
<O>,
source
impl<T>
ObjectFormat
for
NamedObjectDesc
<T>
where
T:
DescContent
+
ObjectFormat
,
T::
OwnerType
:
OwnerObj
,
T::
AreaType
:
AreaObj
,
T::
AuthorType
:
AuthorObj
,
T::
PublicKeyType
:
PublicKeyObj
,
NamedObjectDesc
<T>:
ObjectDesc
+
OwnerObjectDesc
+
AreaObjectDesc
+
AuthorObjectDesc
+
PublicKeyObjectDesc
,
source
impl<T>
ObjectFormat
for T
where
T:
Serialize
+
ObjectFormatAutoWithSerde
,