pub enum WireStatusRole {
Dir {},
Branch {},
TokensIn {},
TokensOut {},
CtxFill {
level: WireCtxLevel,
},
CtxRest {},
CtxPlain {},
Provider {},
Model {},
Effort {},
Ttft {},
Session {},
}Variants§
Dir
Branch
TokensIn
TokensOut
CtxFill
Fields
§
level: WireCtxLevelCtxRest
CtxPlain
Provider
Model
Effort
Ttft
Session
Trait Implementations§
Source§impl Clone for WireStatusRole
impl Clone for WireStatusRole
Source§fn clone(&self) -> WireStatusRole
fn clone(&self) -> WireStatusRole
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 WireStatusRole
Source§impl Debug for WireStatusRole
impl Debug for WireStatusRole
Source§impl<'de> Deserialize<'de> for WireStatusRole
impl<'de> Deserialize<'de> for WireStatusRole
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 WireStatusRole
Source§impl PartialEq for WireStatusRole
impl PartialEq for WireStatusRole
Source§impl Serialize for WireStatusRole
impl Serialize for WireStatusRole
impl StructuralPartialEq for WireStatusRole
Auto Trait Implementations§
impl Freeze for WireStatusRole
impl RefUnwindSafe for WireStatusRole
impl Send for WireStatusRole
impl Sync for WireStatusRole
impl Unpin for WireStatusRole
impl UnsafeUnpin for WireStatusRole
impl UnwindSafe for WireStatusRole
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