pub struct ElicitationRequest {
pub tool_name: String,
pub message: String,
pub url: Option<String>,
}Expand description
Elicitation request
Fields§
§tool_name: String§message: String§url: Option<String>Trait Implementations§
Source§impl Clone for ElicitationRequest
impl Clone for ElicitationRequest
Source§fn clone(&self) -> ElicitationRequest
fn clone(&self) -> ElicitationRequest
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 moreAuto Trait Implementations§
impl Freeze for ElicitationRequest
impl RefUnwindSafe for ElicitationRequest
impl Send for ElicitationRequest
impl Sync for ElicitationRequest
impl Unpin for ElicitationRequest
impl UnsafeUnpin for ElicitationRequest
impl UnwindSafe for ElicitationRequest
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