pub struct PlanModePromptReview {
pub title: String,
pub markdown: String,
}Fields§
§title: String§markdown: StringTrait Implementations§
Source§impl Clone for PlanModePromptReview
impl Clone for PlanModePromptReview
Source§fn clone(&self) -> PlanModePromptReview
fn clone(&self) -> PlanModePromptReview
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 PlanModePromptReview
impl Debug for PlanModePromptReview
Source§impl<'de> Deserialize<'de> for PlanModePromptReview
impl<'de> Deserialize<'de> for PlanModePromptReview
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 PlanModePromptReview
Source§impl PartialEq for PlanModePromptReview
impl PartialEq for PlanModePromptReview
Source§fn eq(&self, other: &PlanModePromptReview) -> bool
fn eq(&self, other: &PlanModePromptReview) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PlanModePromptReview
impl Serialize for PlanModePromptReview
impl StructuralPartialEq for PlanModePromptReview
Auto Trait Implementations§
impl Freeze for PlanModePromptReview
impl RefUnwindSafe for PlanModePromptReview
impl Send for PlanModePromptReview
impl Sync for PlanModePromptReview
impl Unpin for PlanModePromptReview
impl UnsafeUnpin for PlanModePromptReview
impl UnwindSafe for PlanModePromptReview
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