pub enum RoutingGranularity {
Token,
Sequence,
}Expand description
Semantic granularity of expert selection.
Variants§
Trait Implementations§
Source§impl Clone for RoutingGranularity
impl Clone for RoutingGranularity
Source§fn clone(&self) -> RoutingGranularity
fn clone(&self) -> RoutingGranularity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RoutingGranularity
Source§impl Debug for RoutingGranularity
impl Debug for RoutingGranularity
Source§impl<'de> Deserialize<'de> for RoutingGranularity
impl<'de> Deserialize<'de> for RoutingGranularity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RoutingGranularity
Source§impl PartialEq for RoutingGranularity
impl PartialEq for RoutingGranularity
Source§impl Serialize for RoutingGranularity
impl Serialize for RoutingGranularity
impl StructuralPartialEq for RoutingGranularity
Auto Trait Implementations§
impl Freeze for RoutingGranularity
impl RefUnwindSafe for RoutingGranularity
impl Send for RoutingGranularity
impl Sync for RoutingGranularity
impl Unpin for RoutingGranularity
impl UnsafeUnpin for RoutingGranularity
impl UnwindSafe for RoutingGranularity
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