pub enum CodingplanResult {
Success,
Fail,
}Variants§
Trait Implementations§
Source§impl Clone for CodingplanResult
impl Clone for CodingplanResult
Source§fn clone(&self) -> CodingplanResult
fn clone(&self) -> CodingplanResult
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 CodingplanResult
impl Debug for CodingplanResult
Source§impl PartialEq for CodingplanResult
impl PartialEq for CodingplanResult
Source§fn eq(&self, other: &CodingplanResult) -> bool
fn eq(&self, other: &CodingplanResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodingplanResult
impl Serialize for CodingplanResult
impl Copy for CodingplanResult
impl Eq for CodingplanResult
impl StructuralPartialEq for CodingplanResult
Auto Trait Implementations§
impl Freeze for CodingplanResult
impl RefUnwindSafe for CodingplanResult
impl Send for CodingplanResult
impl Sync for CodingplanResult
impl Unpin for CodingplanResult
impl UnsafeUnpin for CodingplanResult
impl UnwindSafe for CodingplanResult
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