pub enum ContextContentPlanError {
Required,
}Expand description
Missing annotation body source (-m / --file).
Variants§
Required
Neither message nor file was supplied.
Implementations§
Trait Implementations§
Source§impl Clone for ContextContentPlanError
impl Clone for ContextContentPlanError
Source§fn clone(&self) -> ContextContentPlanError
fn clone(&self) -> ContextContentPlanError
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 moreimpl Copy for ContextContentPlanError
Source§impl Debug for ContextContentPlanError
impl Debug for ContextContentPlanError
impl Eq for ContextContentPlanError
Source§impl PartialEq for ContextContentPlanError
impl PartialEq for ContextContentPlanError
impl StructuralPartialEq for ContextContentPlanError
Auto Trait Implementations§
impl Freeze for ContextContentPlanError
impl RefUnwindSafe for ContextContentPlanError
impl Send for ContextContentPlanError
impl Sync for ContextContentPlanError
impl Unpin for ContextContentPlanError
impl UnsafeUnpin for ContextContentPlanError
impl UnwindSafe for ContextContentPlanError
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