Struct protobuf::reflect::runtime_types::RuntimeTypeString
source · [−]pub struct RuntimeTypeString;
Expand description
Implementation for String
Trait Implementations
“Box” version of type type.
Default value for this type.
Construct a value from given reflective value. Read more
Convert a value into a refletive box value.
Pointer to a dynamic reference.
Mutable pointer to a dynamic mutable reference.
Value is non-default?
Convert a value into a ref value if possible. Read more
Write the value.
fn hash_map_get<'a, V>(
map: &'a HashMap<String, V>,
key: ReflectValueRef<'_>
) -> Option<&'a V>
fn hash_map_get<'a, V>(
map: &'a HashMap<String, V>,
key: ReflectValueRef<'_>
) -> Option<&'a V>
Query hash map with a given key.
type DerefTarget = str
type DerefTarget = str
Deref target.
Deref.
Auto Trait Implementations
impl RefUnwindSafe for RuntimeTypeString
impl Send for RuntimeTypeString
impl Sync for RuntimeTypeString
impl Unpin for RuntimeTypeString
impl UnwindSafe for RuntimeTypeString
Blanket Implementations
Mutably borrows from an owned value. Read more