pub struct PlanMetaEntry {
pub content: String,
pub status: PlanMetaStatus,
}Expand description
A single entry in a plan.
Fields§
§content: String§status: PlanMetaStatusTrait Implementations§
Source§impl Clone for PlanMetaEntry
impl Clone for PlanMetaEntry
Source§fn clone(&self) -> PlanMetaEntry
fn clone(&self) -> PlanMetaEntry
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 PlanMetaEntry
impl Debug for PlanMetaEntry
Source§impl<'de> Deserialize<'de> for PlanMetaEntry
impl<'de> Deserialize<'de> for PlanMetaEntry
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 PlanMetaEntry
impl PartialEq for PlanMetaEntry
Source§impl Serialize for PlanMetaEntry
impl Serialize for PlanMetaEntry
impl StructuralPartialEq for PlanMetaEntry
Auto Trait Implementations§
impl Freeze for PlanMetaEntry
impl RefUnwindSafe for PlanMetaEntry
impl Send for PlanMetaEntry
impl Sync for PlanMetaEntry
impl Unpin for PlanMetaEntry
impl UnsafeUnpin for PlanMetaEntry
impl UnwindSafe for PlanMetaEntry
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