pub enum CollectionDef_oneof_kind {
node_list(CollectionDef_NodeList),
bytes_list(CollectionDef_BytesList),
int64_list(CollectionDef_Int64List),
float_list(CollectionDef_FloatList),
any_list(CollectionDef_AnyList),
}
Variants§
node_list(CollectionDef_NodeList)
bytes_list(CollectionDef_BytesList)
int64_list(CollectionDef_Int64List)
float_list(CollectionDef_FloatList)
any_list(CollectionDef_AnyList)
Trait Implementations§
Source§impl Clone for CollectionDef_oneof_kind
impl Clone for CollectionDef_oneof_kind
Source§fn clone(&self) -> CollectionDef_oneof_kind
fn clone(&self) -> CollectionDef_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 CollectionDef_oneof_kind
impl Debug for CollectionDef_oneof_kind
Source§impl PartialEq for CollectionDef_oneof_kind
impl PartialEq for CollectionDef_oneof_kind
impl StructuralPartialEq for CollectionDef_oneof_kind
Auto Trait Implementations§
impl !Freeze for CollectionDef_oneof_kind
impl RefUnwindSafe for CollectionDef_oneof_kind
impl Send for CollectionDef_oneof_kind
impl Sync for CollectionDef_oneof_kind
impl Unpin for CollectionDef_oneof_kind
impl UnwindSafe for CollectionDef_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