pub enum Feature_oneof_kind {
bytes_list(BytesList),
float_list(FloatList),
int64_list(Int64List),
}
Variants§
Trait Implementations§
Source§impl Clone for Feature_oneof_kind
impl Clone for Feature_oneof_kind
Source§fn clone(&self) -> Feature_oneof_kind
fn clone(&self) -> Feature_oneof_kind
Returns a copy 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 Feature_oneof_kind
impl Debug for Feature_oneof_kind
Source§impl PartialEq for Feature_oneof_kind
impl PartialEq for Feature_oneof_kind
impl StructuralPartialEq for Feature_oneof_kind
Auto Trait Implementations§
impl !Freeze for Feature_oneof_kind
impl RefUnwindSafe for Feature_oneof_kind
impl Send for Feature_oneof_kind
impl Sync for Feature_oneof_kind
impl Unpin for Feature_oneof_kind
impl UnwindSafe for Feature_oneof_kind
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