pub enum DeleteTrainError {
NoSuchTrain(String),
InternalMissingOcc(String),
}Variants§
Trait Implementations§
Source§impl Clone for DeleteTrainError
impl Clone for DeleteTrainError
Source§fn clone(&self) -> DeleteTrainError
fn clone(&self) -> DeleteTrainError
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 DeleteTrainError
impl Debug for DeleteTrainError
Source§impl PartialEq for DeleteTrainError
impl PartialEq for DeleteTrainError
impl StructuralPartialEq for DeleteTrainError
Auto Trait Implementations§
impl Freeze for DeleteTrainError
impl RefUnwindSafe for DeleteTrainError
impl Send for DeleteTrainError
impl Sync for DeleteTrainError
impl Unpin for DeleteTrainError
impl UnwindSafe for DeleteTrainError
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