pub struct EnterPlanModeInput {}Expand description
Input for the EnterPlanMode tool - enters planning mode.
This is an empty struct as EnterPlanMode takes no parameters.
The deny_unknown_fields attribute ensures this only matches
empty JSON objects {}, not arbitrary JSON.
Trait Implementations§
Source§impl Clone for EnterPlanModeInput
impl Clone for EnterPlanModeInput
Source§fn clone(&self) -> EnterPlanModeInput
fn clone(&self) -> EnterPlanModeInput
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 EnterPlanModeInput
impl Debug for EnterPlanModeInput
Source§impl Default for EnterPlanModeInput
impl Default for EnterPlanModeInput
Source§fn default() -> EnterPlanModeInput
fn default() -> EnterPlanModeInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnterPlanModeInput
impl<'de> Deserialize<'de> for EnterPlanModeInput
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
Source§impl PartialEq for EnterPlanModeInput
impl PartialEq for EnterPlanModeInput
Source§impl Serialize for EnterPlanModeInput
impl Serialize for EnterPlanModeInput
impl StructuralPartialEq for EnterPlanModeInput
Auto Trait Implementations§
impl Freeze for EnterPlanModeInput
impl RefUnwindSafe for EnterPlanModeInput
impl Send for EnterPlanModeInput
impl Sync for EnterPlanModeInput
impl Unpin for EnterPlanModeInput
impl UnwindSafe for EnterPlanModeInput
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