#[repr(u32)]pub enum TritonParameterType {
String = 0,
Int = 1,
Bool = 2,
Double = 3,
Bytes = 4,
}Expand description
Types of parameters recognized by TRITONSERVER.
Variants§
Trait Implementations§
Source§impl Clone for TritonParameterType
impl Clone for TritonParameterType
Source§fn clone(&self) -> TritonParameterType
fn clone(&self) -> TritonParameterType
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 TritonParameterType
impl Debug for TritonParameterType
Source§impl Hash for TritonParameterType
impl Hash for TritonParameterType
Source§impl PartialEq for TritonParameterType
impl PartialEq for TritonParameterType
impl Copy for TritonParameterType
impl Eq for TritonParameterType
impl StructuralPartialEq for TritonParameterType
Auto Trait Implementations§
impl Freeze for TritonParameterType
impl RefUnwindSafe for TritonParameterType
impl Send for TritonParameterType
impl Sync for TritonParameterType
impl Unpin for TritonParameterType
impl UnwindSafe for TritonParameterType
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