pub enum UpstreamWire {
AnthropicDirect,
}Variants§
AnthropicDirect
Implementations§
Source§impl UpstreamWire
impl UpstreamWire
pub fn dry_run_sample() -> Self
Trait Implementations§
Source§impl Clone for UpstreamWire
impl Clone for UpstreamWire
Source§fn clone(&self) -> UpstreamWire
fn clone(&self) -> UpstreamWire
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 moreSource§impl Debug for UpstreamWire
impl Debug for UpstreamWire
Source§impl<'de> Deserialize<'de> for UpstreamWire
impl<'de> Deserialize<'de> for UpstreamWire
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 UpstreamWire
Source§impl PartialEq for UpstreamWire
impl PartialEq for UpstreamWire
Source§fn eq(&self, other: &UpstreamWire) -> bool
fn eq(&self, other: &UpstreamWire) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpstreamWire
impl Serialize for UpstreamWire
impl StructuralPartialEq for UpstreamWire
Auto Trait Implementations§
impl Freeze for UpstreamWire
impl RefUnwindSafe for UpstreamWire
impl Send for UpstreamWire
impl Sync for UpstreamWire
impl Unpin for UpstreamWire
impl UnsafeUnpin for UpstreamWire
impl UnwindSafe for UpstreamWire
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