Struct accesskit::TreeId [−][src]
Expand description
The globally unique ID of a tree. The format of this ID is up to the implementer. A UUID v4 is a safe choice.
Tuple Fields
0: Box<str>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TreeId
impl UnwindSafe for TreeId
Blanket Implementations
Mutably borrows from an owned value. Read more