pub enum ProtobufEntityKind {
Message,
Enum,
Service,
}Expand description
Protobuf entity kind for layout path indexing.
Variants§
Trait Implementations§
Source§impl Clone for ProtobufEntityKind
impl Clone for ProtobufEntityKind
Source§fn clone(&self) -> ProtobufEntityKind
fn clone(&self) -> ProtobufEntityKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProtobufEntityKind
Source§impl Debug for ProtobufEntityKind
impl Debug for ProtobufEntityKind
impl Eq for ProtobufEntityKind
Source§impl Hash for ProtobufEntityKind
impl Hash for ProtobufEntityKind
Source§impl PartialEq for ProtobufEntityKind
impl PartialEq for ProtobufEntityKind
Source§fn eq(&self, other: &ProtobufEntityKind) -> bool
fn eq(&self, other: &ProtobufEntityKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtobufEntityKind
Auto Trait Implementations§
impl Freeze for ProtobufEntityKind
impl RefUnwindSafe for ProtobufEntityKind
impl Send for ProtobufEntityKind
impl Sync for ProtobufEntityKind
impl Unpin for ProtobufEntityKind
impl UnsafeUnpin for ProtobufEntityKind
impl UnwindSafe for ProtobufEntityKind
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