Enum protobuf_codec::field::branch::Branch7 [−][src]
pub enum Branch7<A, B, C, D, E, F, G> {
A(A),
B(B),
C(C),
D(D),
E(E),
F(F),
G(G),
}Value of Oneof that has 7-fields.
Variants
A(A)B(B)C(C)D(D)E(E)F(F)G(G)
Trait Implementations
impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for Branch7<A, B, C, D, E, F, G>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for Branch7<A, B, C, D, E, F, G>fn clone(&self) -> Branch7<A, B, C, D, E, F, G>[src]
fn clone(&self) -> Branch7<A, B, C, D, E, F, G>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy, F: Copy, G: Copy> Copy for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy, F: Copy, G: Copy> Copy for Branch7<A, B, C, D, E, F, G>impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq, F: PartialEq, G: PartialEq> PartialEq for Branch7<A, B, C, D, E, F, G>[src]
impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq, F: PartialEq, G: PartialEq> PartialEq for Branch7<A, B, C, D, E, F, G>fn eq(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn eq(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn ne(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests for !=.
impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq> Eq for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq> Eq for Branch7<A, B, C, D, E, F, G>impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash, F: Hash, G: Hash> Hash for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash, F: Hash, G: Hash> Hash for Branch7<A, B, C, D, E, F, G>fn hash<__HABCDEFG: Hasher>(&self, state: &mut __HABCDEFG)[src]
fn hash<__HABCDEFG: Hasher>(&self, state: &mut __HABCDEFG)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd, F: PartialOrd, G: PartialOrd> PartialOrd for Branch7<A, B, C, D, E, F, G>[src]
impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd, F: PartialOrd, G: PartialOrd> PartialOrd for Branch7<A, B, C, D, E, F, G>fn partial_cmp(&self, other: &Branch7<A, B, C, D, E, F, G>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Branch7<A, B, C, D, E, F, G>) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn lt(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn le(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn gt(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Branch7<A, B, C, D, E, F, G>) -> bool[src]
fn ge(&self, other: &Branch7<A, B, C, D, E, F, G>) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord, F: Ord, G: Ord> Ord for Branch7<A, B, C, D, E, F, G>[src]
impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord, F: Ord, G: Ord> Ord for Branch7<A, B, C, D, E, F, G>fn cmp(&self, other: &Branch7<A, B, C, D, E, F, G>) -> Ordering[src]
fn cmp(&self, other: &Branch7<A, B, C, D, E, F, G>) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more