Docs.rs
flmodules-0.10.0
flmodules 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ineiti
Dependencies
anyhow ^1
normal
async-recursion ^1
normal
async-trait ^0.1
normal
bimap ^0.6
normal
bitflags ^2
normal
bytes ^1.7.1
normal
ed25519-compact ^2
normal
ed25519-dalek ^2
normal
flarch ^0.10
normal
flcrypto ^0.10
normal
flmacro ^0.10
normal
futures ^0.3
normal
getrandom ^0.2
normal
itertools ^0.14
normal
log ^0.4
normal
names ^0.14
normal
num-bigint ^0.4.6
normal
rand ^0.8
normal
regex ^1
normal
reqwest ^0.12
normal
rmp-serde ^1
normal
serde ^1
normal
serde_derive ^1
normal
serde_json ^1
normal
serde_with ^3
normal
serde_yaml ^0.8
normal
sha2 ^0.10
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
env_logger ^0.11
dev
Versions
28.44%
of the crate is documented
Platform
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
FloBlobPage
flmodules
0.10.0
FloBlob
Page
Aliased Type
Methods
blob_id
get_index
new
new_cuckoo
Trait Implementations
BlobAccess
BlobFamily
BlobPath
Display
In flmodules::
flo::
blob
flmodules
::
flo
::
blob
Type Alias
FloBlob
Page
Copy item path
Source
pub type FloBlobPage =
FloWrapper
<
BlobPage
>;
Aliased Type
§
pub struct FloBlobPage {
/* private fields */
}
Implementations
§
Source
§
impl
FloBlobPage
Source
pub fn
new
( realm:
RealmID
, cond:
Condition
, path: &
str
, index:
Bytes
, parent:
Option
<
BlobID
>, signers: &[&
Signer
], ) ->
Result
<Self>
Source
pub fn
new_cuckoo
( realm:
RealmID
, cond:
Condition
, path: &
str
, index:
Bytes
, parent:
Option
<
BlobID
>, cuckoo:
Cuckoo
, signers: &[&
Signer
], ) ->
Result
<Self>
Source
pub fn
get_index
(&self) ->
String
Source
pub fn
blob_id
(&self) ->
BlobID
Trait Implementations
§
Source
§
impl
BlobAccess
for
FloBlobPage
Source
§
fn
get_blob
(&self) -> &
Blob
Source
§
fn
get_blob_mut
(&mut self) -> &mut
Blob
Source
§
fn
links
(&self) -> &
HashMap
<
String
,
Vec
<
BlobID
>>
Source
§
fn
values
(&self) -> &
HashMap
<
String
,
String
>
Source
§
fn
datas
(&self) -> &
HashMap
<
String
,
Bytes
>
Source
§
fn
get_data
(&self, key: &
str
) ->
Option
<&
Bytes
>
Source
§
fn
set_data
(&mut self, key:
String
, value:
Bytes
)
Source
§
fn
links_mut
(&mut self) -> &mut
HashMap
<
String
,
Vec
<
BlobID
>>
Source
§
fn
values_mut
(&mut self) -> &mut
HashMap
<
String
,
String
>
Source
§
fn
datas_mut
(&mut self) -> &mut
HashMap
<
String
,
Bytes
>
Source
§
impl
BlobFamily
for
FloBlobPage
Source
§
fn
set_parents
(&mut self, parents:
Vec
<
BlobID
>)
Source
§
fn
add_parent
(&mut self, parent:
BlobID
)
Source
§
fn
rm_parent
(&mut self, parent: &
BlobID
)
Source
§
fn
get_parents
(&self) ->
Vec
<
BlobID
>
Source
§
fn
set_children
(&mut self, children:
Vec
<
BlobID
>)
Source
§
fn
add_child
(&mut self, child:
BlobID
)
Source
§
fn
rm_child
(&mut self, child: &
BlobID
)
Source
§
fn
get_children
(&self) ->
Vec
<
BlobID
>
Source
§
impl
BlobPath
for
FloBlobPage
Source
§
fn
set_path
(&mut self, path:
String
)
Source
§
fn
get_path
(&self) ->
Option
<&
String
>
Source
§
impl
Display
for
FloBlobPage
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more