pub struct VariantType { /* fields omitted */ }
Describes Variant
types.
The Variant
type system (based on the D-Bus one) describes types with
"type strings". VariantType
is an owned immutable type string (you can
think of it as a Box<str>
statically guaranteed to be a valid type
string), &VariantTy
is a borrowed one (like &str
).
Tries to create a VariantType
from a string slice.
Returns Ok
if the string is a valid type string, Err
otherwise.
Converts to a string slice.
[−]
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
fn eq(&self, other: &&'a VariantTy) -> bool | |
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
fn eq(&self, other: &Cow<'a, VariantTy>) -> bool | |
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
fn eq(&self, other: &VariantTy) -> bool | |
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.
Executes the destructor for this type. Read more
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
type Target = VariantTy
The resulting type after dereferencing.
fn deref(&self) -> &VariantTy | |
[−]