pub enum TypeProto_oneof_value {
tensor_type(TypeProto_Tensor),
sequence_type(TypeProto_Sequence),
map_type(TypeProto_Map),
optional_type(TypeProto_Optional),
sparse_tensor_type(TypeProto_SparseTensor),
}
Variants§
tensor_type(TypeProto_Tensor)
sequence_type(TypeProto_Sequence)
map_type(TypeProto_Map)
optional_type(TypeProto_Optional)
sparse_tensor_type(TypeProto_SparseTensor)
Trait Implementations§
Source§impl Clone for TypeProto_oneof_value
impl Clone for TypeProto_oneof_value
Source§fn clone(&self) -> TypeProto_oneof_value
fn clone(&self) -> TypeProto_oneof_value
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 TypeProto_oneof_value
impl Debug for TypeProto_oneof_value
Source§impl PartialEq for TypeProto_oneof_value
impl PartialEq for TypeProto_oneof_value
impl StructuralPartialEq for TypeProto_oneof_value
Auto Trait Implementations§
impl !Freeze for TypeProto_oneof_value
impl RefUnwindSafe for TypeProto_oneof_value
impl Send for TypeProto_oneof_value
impl Sync for TypeProto_oneof_value
impl Unpin for TypeProto_oneof_value
impl UnwindSafe for TypeProto_oneof_value
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