Docs.rs
radix-engine-interface-1.3.0
radix-engine-interface 1.3.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
radixbot
Dependencies
arbitrary ^1.3.0
normal
optional
bitflags ^1.3
normal
const-sha1 ^0.3.0
normal
hex ^0.4.3
normal
lazy_static ^1.4.0
normal
paste ^1.0.13
normal
radix-blueprint-schema-init ^1.3.0
normal
radix-common ^1.3.0
normal
radix-common-derive ^1.3.0
normal
radix-rust ^1.3.0
normal
regex =1.9.3
normal
sbor ^1.3.0
normal
serde ^1.0.144
normal
optional
serde_json ^1.0.105
normal
strum ^0.24
normal
radix-common ^1.3.0
dev
Versions
9.78%
of the crate is documented
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
radix_
engine_
interface
1.3.0
ToRole
Entry
Required Methods
to_role_entry
Implementations on Foreign Types
Option<AccessRule>
Implementors
In radix_
engine_
interface::
object_
modules::
role_
assignment
radix_engine_interface
::
object_modules
::
role_assignment
Trait
ToRoleEntry
Copy item path
Source
pub trait ToRoleEntry { // Required method fn
to_role_entry
(self) ->
Option
<
AccessRule
>; }
Required Methods
§
Source
fn
to_role_entry
(self) ->
Option
<
AccessRule
>
Implementations on Foreign Types
§
Source
§
impl
ToRoleEntry
for
Option
<
AccessRule
>
Source
§
fn
to_role_entry
(self) ->
Option
<
AccessRule
>
Implementors
§
Source
§
impl
ToRoleEntry
for
AccessRule
Source
§
impl
ToRoleEntry
for
FallToOwner