pub struct MessageIndex { /* private fields */ }
Implementations§
Source§impl MessageIndex
impl MessageIndex
pub fn get_message<'a>(&self, desc: &'a FileDescriptor) -> &'a Message
Trait Implementations§
Source§impl Clone for MessageIndex
impl Clone for MessageIndex
Source§fn clone(&self) -> MessageIndex
fn clone(&self) -> MessageIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MessageIndex
impl Debug for MessageIndex
Source§impl Default for MessageIndex
impl Default for MessageIndex
Source§fn default() -> MessageIndex
fn default() -> MessageIndex
Returns the “default value” for a type. Read more
Source§impl Hash for MessageIndex
impl Hash for MessageIndex
Source§impl PartialEq for MessageIndex
impl PartialEq for MessageIndex
impl Eq for MessageIndex
impl StructuralPartialEq for MessageIndex
Auto Trait Implementations§
impl Freeze for MessageIndex
impl RefUnwindSafe for MessageIndex
impl Send for MessageIndex
impl Sync for MessageIndex
impl Unpin for MessageIndex
impl UnwindSafe for MessageIndex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more