pub struct TasksSamplingCapability {
pub create_message: Option<EmptyObject>,
}Expand description
Task support for sampling requests
Fields§
§create_message: Option<EmptyObject>Whether sampling/createMessage supports task-augmented execution
Trait Implementations§
Source§impl Clone for TasksSamplingCapability
impl Clone for TasksSamplingCapability
Source§fn clone(&self) -> TasksSamplingCapability
fn clone(&self) -> TasksSamplingCapability
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 TasksSamplingCapability
impl Debug for TasksSamplingCapability
Source§impl Default for TasksSamplingCapability
impl Default for TasksSamplingCapability
Source§fn default() -> TasksSamplingCapability
fn default() -> TasksSamplingCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TasksSamplingCapability
impl<'de> Deserialize<'de> for TasksSamplingCapability
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
Auto Trait Implementations§
impl Freeze for TasksSamplingCapability
impl RefUnwindSafe for TasksSamplingCapability
impl Send for TasksSamplingCapability
impl Sync for TasksSamplingCapability
impl Unpin for TasksSamplingCapability
impl UnwindSafe for TasksSamplingCapability
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