Docs.rs
wasm4pm-types-26.5.21
wasm4pm-types 26.5.21
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
seanchatmangpt
Dependencies
blake3 ^1.5
normal
chrono ^0.4
normal
flate2 ^1.0
normal
optional
hashbrown ^0.17
normal
quick-xml ^0.37
normal
optional
rustc-hash ^2
normal
serde ^1.0
normal
serde_json ^1.0
normal
smallvec ^1.13
normal
uuid ^1.16
normal
serde_json ^1.0
dev
Versions
20.11%
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
Skip to main content
Attributes
wasm4pm_
types
26.5.21
Attributes
Aliased Type
Trait Implementations
XESEditableAttribute
In wasm4pm_
types::
event_
log
wasm4pm_types
::
event_log
Type Alias
Attributes
Copy item path
Source
pub type Attributes =
Vec
<
Attribute
>;
Aliased Type
§
pub struct Attributes {
/* private fields */
}
Trait Implementations
§
Source
§
impl
XESEditableAttribute
for
Attributes
Source
§
fn
add_to_attributes
(&mut self, key:
String
, value:
AttributeValue
)
Source
§
fn
add_attribute
(&mut self, attr:
Attribute
)
Source
§
fn
get_by_key
(&self, key: &
str
) ->
Option
<&
Attribute
>
Source
§
fn
get_by_key_mut
(&mut self, key: &
str
) ->
Option
<&mut
Attribute
>