Struct msgpacker::types::MapEntryRef [−][src]
pub struct MapEntryRef<'a> { /* fields omitted */ }Expand description
Maps key: message to value: message with lifetime bound to MessageRef
Implementations
Instantiate a new key -> value entry
Underlying key
Underlying value
Access the internal key and value as a tuple of references
Safety
The unsafety of this function reflects crate::types::ExtensionRef::into_owned.
If its safety criteria is met, then this function is safe.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for MapEntryRef<'a>
impl<'a> Send for MapEntryRef<'a>
impl<'a> Sync for MapEntryRef<'a>
impl<'a> Unpin for MapEntryRef<'a>
impl<'a> UnwindSafe for MapEntryRef<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more